generated from pascalmartineau/wp-skeleton
feat: Initial Nuxt app
This commit is contained in:
9
wp-content/themes/ccat/app/assets/css/helpers.css
Normal file
9
wp-content/themes/ccat/app/assets/css/helpers.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@layer components {
|
||||
.container-fluid {
|
||||
@apply w-full max-w-screen px-4 sm:px-6 lg:px-8;
|
||||
}
|
||||
.flex-break-words {
|
||||
@apply min-w-0 break-words;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user