This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
baokemeng
/
uniAppXCX
Sledovat
3
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
4a09d25f7c
Větve
Značky
master
uniAppXCX
/
uni_modules
/
jc-tailwind
/
scss
/
Layout
/
Clear.scss
Clear.scss
93 B
Historie
Surový
1
2
3
4
5
6
// Clear
@each $name in left, right, none, both {
.clear-#{$name} {
clear: #{$name};
}
}