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