Skip to content

Commit e38fd49

Browse files
committed
- removed package-lock.json
- fix nuxt.config.js (tailwind config file path)
1 parent 3d30da8 commit e38fd49

File tree

4 files changed

+5
-13102
lines changed

4 files changed

+5
-13102
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ __pycache__
2222
node_modules
2323
.nuxt
2424
static/sw.js
25+
package-lock.json

nuxt.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ export default {
9494
// },
9595
extractCSS: true,
9696
postcss: {
97+
// Add plugin names as key and arguments as value
9798
plugins: {
98-
'tailwindcss': {}
99+
'tailwindcss': path.resolve(__dirname, './tailwind.config.js')
99100
}
100101
},
101102

0 commit comments

Comments
 (0)