Skip to content

Commit 7feaf58

Browse files
committed
adjust tailwin config for nuxt
1 parent 5427927 commit 7feaf58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tailwind.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
2+
important: '#__nuxt',
23
purge: {
3-
content: ['../example/src/components/**/*.vue']
4+
content: ['../example/src/components/**/*.vue', 'content/**/*.md']
45
},
56
theme: {
67
extend: {

0 commit comments

Comments
 (0)