Skip to content

Commit b429962

Browse files
committed
Add CSS contain utils
1 parent 6fc3646 commit b429962

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/css/tailwind.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,14 @@
378378
}
379379

380380
@layer utilities {
381+
.contain-layout {
382+
contain: layout;
383+
}
384+
385+
.contain-strict {
386+
contain: strict;
387+
}
388+
381389
.flex-direction-inherit {
382390
flex-direction: inherit;
383391
}

0 commit comments

Comments
 (0)