diff options
Diffstat (limited to '.config/ags/style/mixins/unset.scss')
| -rw-r--r-- | .config/ags/style/mixins/unset.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.config/ags/style/mixins/unset.scss b/.config/ags/style/mixins/unset.scss deleted file mode 100644 index eb80af5..0000000 --- a/.config/ags/style/mixins/unset.scss +++ /dev/null @@ -1,9 +0,0 @@ -@mixin unset($rec: false) { - all: unset; - - @if $rec { - * { - all: unset - } - } -} |
