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 dd00e48 commit c2a1a20Copy full SHA for c2a1a20
tailwind.config.js
@@ -5,7 +5,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');
5
module.exports = {
6
mode: 'jit',
7
content: [
8
- './node_modules/react-tailwindcss-datepicker/dist/index.esm.js',
+ './node_modules/react-tailwindcss-datepicker-sct/dist/index.esm.js',
9
'./src/pages/**/*.{ts,tsx}',
10
'./src/components/**/*.{ts,tsx}',
11
],
0 commit comments