Skip to content

Commit

Permalink
Turn on tailwind JIT mode, and upgrade to 2.2.4 (#3297)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com>
  • Loading branch information
chenhunghan and aleksfront authored Jul 21, 2021
1 parent 4fe0a7d commit 42566b5
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 87 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"sharp": "^0.26.1",
"spectron": "11.0.0",
"style-loader": "^2.0.0",
"tailwindcss": "^2.1.2",
"tailwindcss": "^2.2.4",
"ts-jest": "26.5.6",
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/

module.exports = {
mode: "jit",
purge: ["src/**/*.tsx"],
darkMode: "class",
theme: {
Expand Down
Loading

0 comments on commit 42566b5

Please sign in to comment.