We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.css
1 parent 80555fc commit 052e5d4Copy full SHA for 052e5d4
tailwind.config.js
@@ -1,9 +1,7 @@
1
module.exports = {
2
content: [
3
"./components/**/*.js",
4
- "./pages/**/*.md",
5
- "./pages/**/*.mdx",
+ "./pages/**/*.{md,mdx}",
6
"./theme.config.js",
7
- "./styles.css",
8
],
9
};
0 commit comments