This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
baokemeng
/
uniAppXCX
İzle
3
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Dal:
master
Dallar
Biçim İmleri
master
uniAppXCX
/
uni_modules
/
jc-tailwind
/
scss
/
Layout
/
Floats.scss
Floats.scss
88 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
5
6
// Floats
@each $name in left, right, none {
.float-#{$name} {
float: #{$name};
}
}