mm
This commit is contained in:
13
packages/css/utility/flex-wrap.css
Normal file
13
packages/css/utility/flex-wrap.css
Normal file
@@ -0,0 +1,13 @@
|
||||
@layer utility {
|
||||
.flex-wrap-nowrap {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.flex-wrap-wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.flex-wrap-wrap-reverse {
|
||||
flex-wrap: wrap-reverse;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user