This website requires JavaScript.
Explore
Help
Sign In
HSWro
/
hswro_org
Watch
9
Star
0
Fork
You've already forked hswro_org
0
Code
Issues
Pull Requests
Actions
Packages
Activity
239cf2dc38
hswro_org
/
_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