7 lines
249 B
SCSS
7 lines
249 B
SCSS
/* https://github.com/tailwindlabs/tailwindcss/blob/ac6d4a6e8e9ae7ca197bf98d933ae2f205be3635/packages/tailwindcss/src/compat/default-theme.ts#L885 */
|
|
$screen-sm: 640px;
|
|
$screen-md: 768px;
|
|
$screen-lg: 1024px;
|
|
$screen-xl: 1280px;
|
|
$screen-2xl: 1536px;
|