mm
This commit is contained in:
29
packages/css/utility/justify-items.css
Normal file
29
packages/css/utility/justify-items.css
Normal file
@@ -0,0 +1,29 @@
|
||||
@layer utility {
|
||||
.justify-items-start {
|
||||
justify-items: start;
|
||||
}
|
||||
|
||||
.justify-items-end {
|
||||
justify-items: end;
|
||||
}
|
||||
|
||||
.justify-items-end-safe {
|
||||
justify-items: safe end;
|
||||
}
|
||||
|
||||
.justify-items-center {
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
.justify-items-center-safe {
|
||||
justify-items: safe center;
|
||||
}
|
||||
|
||||
.justify-items-stretch {
|
||||
justify-items: stretch;
|
||||
}
|
||||
|
||||
.justify-items-normal {
|
||||
justify-items: normal;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user