13 lines
820 B
JavaScript
13 lines
820 B
JavaScript
// generated by the @nuxtjs/tailwindcss <https://github.com/nuxt-modules/tailwindcss> module at 3/25/2026, 8:30:35 PM
|
|
import "@nuxtjs/tailwindcss/config-ctx"
|
|
import configMerger from "@nuxtjs/tailwindcss/merger";
|
|
|
|
;
|
|
const config = [
|
|
{"content":{"files":["/app/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/app/components/global/**/*.{vue,js,jsx,mjs,ts,tsx}","/app/components/**/*.{vue,js,jsx,mjs,ts,tsx}","/app/layouts/**/*.{vue,js,jsx,mjs,ts,tsx}","/app/plugins/**/*.{js,ts,mjs}","/app/composables/**/*.{js,ts,mjs}","/app/utils/**/*.{js,ts,mjs}","/app/pages/**/*.{vue,js,jsx,mjs,ts,tsx}","/app/{A,a}pp.{vue,js,jsx,mjs,ts,tsx}","/app/{E,e}rror.{vue,js,jsx,mjs,ts,tsx}","/app/app.config.{js,ts,mjs}"]}},
|
|
{}
|
|
].reduce((acc, curr) => configMerger(acc, curr), {});
|
|
|
|
const resolvedConfig = config;
|
|
|
|
export default resolvedConfig; |