mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-15 16:59:03 +00:00
⚒️ Restructured Sass organisation (#83)
* 🌈 Organise colors with vars only * ➕ New file structure * File restructuring * ⚒️ Fix build issue * Rearranged files
This commit is contained in:
19
assets/css/abstracts/_mixins.scss
Normal file
19
assets/css/abstracts/_mixins.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user