This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
baokemeng
/
uniAppXCX
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
4a09d25f7c
Branches
Tags
master
uniAppXCX
/
uni_modules
/
jc-tailwind
/
scss
/
Layout
/
Floats.scss
Floats.scss
88 B
Historique
Raw
1
2
3
4
5
6
// Floats
@each $name in left, right, none {
.float-#{$name} {
float: #{$name};
}
}