Skip to content

Commit 052e5d4

Browse files
author
Dimitri POSTOLOV
authored
.css should be never included in content field (#316)
Update tailwind.config.js
1 parent 80555fc commit 052e5d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tailwind.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
module.exports = {
22
content: [
33
"./components/**/*.js",
4-
"./pages/**/*.md",
5-
"./pages/**/*.mdx",
4+
"./pages/**/*.{md,mdx}",
65
"./theme.config.js",
7-
"./styles.css",
86
],
97
};

0 commit comments

Comments
 (0)