This website requires JavaScript.
Explore
Help
Sign In
CyCAT
/
cycat-project-website
mirror of
https://github.com/CyCat-project/cycat-project-website
Watch
1
Star
0
Fork
You've already forked cycat-project-website
0
Code
Issues
Projects
Releases
Wiki
Activity
bb6c51ef90
cycat-project-website
/
_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