index
:
volse-hubzilla.git
dev
drop-unused-html5-library
master
tests/test-db-setup-wip
Volse Hubzilla -- soft fork of main Hubzilla core for Volse
Harald Eilertsen
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
twbs
/
bootstrap
/
scss
/
mixins
/
_box-shadow.scss
blob: b2410e53ac3e59c5b0907c1ac079e4c7bc683f86 (
plain
) (
tree
)
54fa28441
1
2
3
4
5
@mixin
box-shadow
(
$shadow
...
)
{
@if
$enable-shadows
{
box-shadow
:
$
shadow
;
}
}