Skip to content

Commit

Permalink
[dashboard] Update tailwindcss and enable jit (now stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Aug 23, 2021
1 parent 608539e commit 308c29c
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 75 deletions.
8 changes: 4 additions & 4 deletions components/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"xterm-addon-fit": "^0.5.0"
},
"devDependencies": {
"@craco/craco": "^6.1.1",
"@craco/craco": "^6.1.2",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/postcss7-compat": "^2.1.0",
"@tailwindcss/postcss7-compat": "^2.2.4",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.1.10",
Expand All @@ -35,10 +35,10 @@
"classnames": "^2.3.1",
"eslint": "^7.24.0",
"eslint-config-react-app": "^6.0.0",
"postcss": "^7.0.35",
"postcss": "^7.0.36",
"react-scripts": "^4.0.3",
"tailwind-underline-utils": "^1.1.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4",
"tailwindcss-filters": "^3.0.0",
"typescript": "~4.1.2",
"web-vitals": "^1.1.1"
Expand Down
1 change: 1 addition & 0 deletions components/dashboard/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
const colors = require('tailwindcss/colors');

module.exports = {
jit: true,
purge: [
'./public/**/*.html',
'./src/**/*.{js,ts,tsx}',
Expand Down
Loading

0 comments on commit 308c29c

Please sign in to comment.