Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / styles / index.ts
blobba6bf8a7db4bbcc7cccd769a1e49e2ab5c1d1f08
1 /**
2  * Sizing base unit
3  * We have defined taxonomy in our CSS sizing framework instead of using pixel sizes directly.
4  * This base unit tells how much pixels it is based on.
5  * https://design-system.protontech.ch/?path=/docs/css-utilities-sizing--fractions#framework
6  */
7 export const CSS_BASE_UNIT_SIZE = 4;