generated from pascalmartineau/wp-skeleton
7 lines
81 B
CSS
7 lines
81 B
CSS
@layer components {
|
|
.flex-break-words {
|
|
@apply min-w-0 break-words;
|
|
}
|
|
}
|
|
|