This website requires JavaScript.
Explore
Help
Sign In
oly
/
hackspace
Watch
1
Star
0
Fork
You've already forked hackspace
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e2dc3f331d
hackspace
/
mhackspace
/
static
/
sass
/
bootstrap
/
mixins
/
_box-shadow.scss
6 lines
87 B
SCSS
Executable File
Raw
Blame
History
@mixin
box-shadow
(
$shadow
...
)
{
@if
$enable-shadows
{
box-shadow
:
$shadow
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink