This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
etouimi
/
SPAMAP-Web-App
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
015b74845c
Ramas
Etiquetas
master
SPAMAP-Web-App
/
public
/
scss
/
bootstrap
/
mixins
/
_box-shadow.scss
_box-shadow.scss
87 B
Histórico
Raw
1
2
3
4
5
@mixin box-shadow($shadow...) {
@if $enable-shadows {
box-shadow: $shadow;
}
}