This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
waibao
/
NN2022100801
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
0933f9abee
Ramas
Etiquetas
master
NN2022100801
/
addons
/
web
/
node_modules
/
less
/
test
/
less-bom
/
errors
/
mixins-guards-cond-expected.less
mixins-guards-cond-expected.less
63 B
Histórico
Raw
1
2
3
4
5
.max (@a, @b) when @a {
width: @b;
}
.max1 { .max(3, 6) }