Skip to content

Commit c2a1a20

Browse files
authored
fix: include new package calendar css in build (sct#3235)
1 parent dd00e48 commit c2a1a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');
55
module.exports = {
66
mode: 'jit',
77
content: [
8-
'./node_modules/react-tailwindcss-datepicker/dist/index.esm.js',
8+
'./node_modules/react-tailwindcss-datepicker-sct/dist/index.esm.js',
99
'./src/pages/**/*.{ts,tsx}',
1010
'./src/components/**/*.{ts,tsx}',
1111
],

0 commit comments

Comments
 (0)