This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
baokemeng
/
uniAppXCX
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
cdd5ebb54f
Rami (Branch)
Tag
master
uniAppXCX
/
uni_modules
/
jc-tailwind
/
scss
/
Layout
/
Clear.scss
Clear.scss
93 B
Cronologia
Originale
1
2
3
4
5
6
// Clear
@each $name in left, right, none, both {
.clear-#{$name} {
clear: #{$name};
}
}