Files
sage/resources/styles/common/global.scss
Brandon 9b1241997e chore(deps): Bump dependencies
revert(assets): Rename js/ back to scripts/
revert(assets): Rename css/ back to styles/
2021-02-16 01:08:50 -06:00

8 lines
88 B
SCSS

body {
@apply font-sans;
}
.brand {
@apply text-3xl font-medium text-indigo-500;
}