1
0
Fork 0
ncpn/styles/tailwind/_screens.scss

7 lines
249 B
SCSS
Raw Normal View History

2024-11-17 22:52:17 +01:00
/* 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;