Skip to content

Commit

Permalink
fix: include new package calendar css in build (#3235)
Browse files Browse the repository at this point in the history
  • Loading branch information
sct committed Jan 13, 2023
1 parent dd00e48 commit c2a1a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Expand Up @@ -5,7 +5,7 @@ const defaultTheme = require('tailwindcss/defaultTheme');
module.exports = {
mode: 'jit',
content: [
'./node_modules/react-tailwindcss-datepicker/dist/index.esm.js',
'./node_modules/react-tailwindcss-datepicker-sct/dist/index.esm.js',
'./src/pages/**/*.{ts,tsx}',
'./src/components/**/*.{ts,tsx}',
],
Expand Down

0 comments on commit c2a1a20

Please sign in to comment.