index
:
website
master
The ouroboros.rocks website
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
themes
/
docsy
/
assets
/
vendor
/
bootstrap
/
scss
/
mixins
/
_box-shadow.scss
blob: b2410e53ac3e59c5b0907c1ac079e4c7bc683f86 (
plain
)
1
2
3
4
5
@mixin box-shadow($shadow...) { @if $enable-shadows { box-shadow: $shadow; } }