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;
|
||||
}
|
||||
}
|
||||
|
||||
7
wp-content/themes/ccat/app/assets/css/main.css
Normal file
7
wp-content/themes/ccat/app/assets/css/main.css
Normal file
@@ -0,0 +1,7 @@
|
||||
@import "tailwindcss";
|
||||
@import "@nuxt/ui";
|
||||
@import "./helpers.css";
|
||||
|
||||
@theme {
|
||||
--z-index-main: 10;
|
||||
}
|
||||
Reference in New Issue
Block a user