This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
karmen
/
core
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
929328de94
Branches
Tags
master
core
/
node_modules
/
bootstrap
/
scss
/
mixins
/
_box-shadow.scss
_box-shadow.scss
87 B
Historique
Raw
1
2
3
4
5
@mixin box-shadow($shadow...) {
@if $enable-shadows {
box-shadow: $shadow;
}
}