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

* tooling: add stylelint and base configuration (see #74) * Autofix with stylelint on commit
19 lines
192 B
SCSS
19 lines
192 B
SCSS
.u-no-padding-left {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.style__italics {
|
|
font-style: italic;
|
|
}
|
|
|
|
.small {
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
.help {
|
|
margin: 1rem 0;
|
|
li {
|
|
margin: 0.75rem 0;
|
|
}
|
|
}
|