We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188acc0 commit 159ab53Copy full SHA for 159ab53
docs/content/1.getting-started/2.module-options.md
@@ -8,7 +8,7 @@ export default defineNuxtConfig({
8
modules: ['@nuxtjs/tailwindcss'],
9
// Defaults options
10
tailwindcss: {
11
- cssPath: ['~/assets/css/tailwind.css', { injectPosition: "first" }],
+ cssPath: [`${assetsDir}/css/tailwind.css`, { injectPosition: "first" }],
12
config: {},
13
viewer: true,
14
exposeConfig: false,
0 commit comments