Skip to content

Commit

Permalink
Merge pull request #98 from WordPress/tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Jul 28, 2021
2 parents c9b862c + 18d4ce4 commit 3d998db
Show file tree
Hide file tree
Showing 4 changed files with 6,872 additions and 341 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export default {
env,
dev: process.env.NODE_ENV !== 'production',
buildModules: [
'@nuxtjs/tailwindcss',
'@nuxtjs/style-resources',
'@nuxtjs/svg',
'@nuxtjs/eslint-module',
Expand Down Expand Up @@ -173,4 +174,8 @@ export default {
'https://[email protected]/1525413',
lazy: true,
},
tailwindcss: {
// https://github.com/nuxt-community/tailwindcss-module/issues/114#issuecomment-698885369
configPath: '~~/tailwind.config.js',
},
}
Loading

0 comments on commit 3d998db

Please sign in to comment.