index
:
dotfiles
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
ags
/
style
/
mixins
/
unset.scss
blob: eb80af5c1d1221fff31a2110b9f57e890b7e1584 (
plain
)
1
2
3
4
5
6
7
8
9
@mixin unset($rec: false) { all: unset; @if $rec { * { all: unset } } }