mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-20 16:39:09 +00:00

* tooling: add stylelint and base configuration (see #74) * Autofix with stylelint on commit
7 lines
111 B
SCSS
7 lines
111 B
SCSS
.subtitle {
|
|
font-family: $ext-sans;
|
|
font-weight: $regular;
|
|
grid-column: span 2;
|
|
letter-spacing: 0.1;
|
|
}
|