This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
tangning
/
nanhuashi_applet
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
65febcdfac
Rami (Branch)
Tag
master
nanhuashi_ap...
/
uni_modules
/
windi-css-uniapp
/
modules
/
effects.scss
effects.scss
102 B
Cronologia
Originale
1
2
3
4
5
6
// Opacity
@for $i from 0 through 20 {
.#{$prefix}opacity-#{$i * 5} {
opacity: 0.05 * $i;
}
}