mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 01:02:49 +00:00
refactor: make the whole thing more generic
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@mixin unset($rec: false) {
|
||||
all: unset;
|
||||
|
||||
@if $rec {
|
||||
* {
|
||||
all: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user