mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-22 01:22:44 +00:00
feat: update ags
This commit is contained in:
9
home/desktops/hyprland/ags/scss/common/unset.scss
Normal file
9
home/desktops/hyprland/ags/scss/common/unset.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@mixin unset($rec: false) {
|
||||
all: unset;
|
||||
|
||||
@if $rec {
|
||||
* {
|
||||
all: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user