Files
pages/src/styles/variables/breakpoints.postcss
2022-06-17 19:58:01 -07:00

6 lines
175 B
Plaintext

/* Breakpoints */
@custom-media --sm (min-width: 544px);
@custom-media --md (min-width: 768px);
@custom-media --lg (min-width: 1012px);
@custom-media --xl (min-width: 544px);