Added ags
TODO copy ags config
This commit is contained in:
9
roles/ags/files/style/mixins/unset.scss
Normal file
9
roles/ags/files/style/mixins/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