We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f482f commit e7e3954Copy full SHA for e7e3954
tailwind.config.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
+ mode: 'jit', // Enable JIT mode
3
content: [
4
'./pages/**/*.{js,ts,jsx,tsx,md}',
5
'./components/**/*.{js,ts,jsx,tsx,md}',
0 commit comments