mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
86713728a4
* tooling: add stylelint and base configuration (see #74) * Autofix with stylelint on commit
20 lines
235 B
SCSS
20 lines
235 B
SCSS
@mixin icon__avoid() {
|
|
content: '🚨';
|
|
}
|
|
|
|
@mixin icon__alt() {
|
|
content: '👍';
|
|
}
|
|
|
|
@mixin icon__tool() {
|
|
content: '🧰';
|
|
}
|
|
|
|
@mixin icon__hanging() {
|
|
margin-left: -2.15rem;
|
|
}
|
|
|
|
@mixin icon__embed() {
|
|
margin-right: 0.35rem;
|
|
}
|