11 lines
126 B
SCSS
11 lines
126 B
SCSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
h1 {
|
|
@apply text-s-h1;
|
|
|
|
@screen md {
|
|
@apply text-h1;
|
|
}
|
|
} |