This website works better with JavaScript
Home
Explore
Help
Sign In
baokemeng
/
uniAppXCX
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
74cbe4c9c0
Branches
Tags
master
uniAppXCX
/
uni_modules
/
jc-tailwind
/
scss
/
Layout
/
Floats.scss
Floats.scss
88 B
History
Raw
1
2
3
4
5
6
// Floats
@each $name in left, right, none {
.float-#{$name} {
float: #{$name};
}
}