generated from pascalmartineau/wp-skeleton
11 lines
160 B
CSS
11 lines
160 B
CSS
@import "tailwindcss";
|
|
@import "@nuxt/ui";
|
|
@import "./containers.css";
|
|
@import "./helpers.css";
|
|
|
|
@source "../../../acf-json";
|
|
|
|
@theme {
|
|
--z-index-main: 10;
|
|
}
|