Skip to content

Commit 5c4d048

Browse files
use tailwindcss/jit to speed up development
1 parent 57c1f6b commit 5c4d048

File tree

5 files changed

+405
-931
lines changed

5 files changed

+405
-931
lines changed

.postcssrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
plugins: [
33
require('postcss-easy-import'),
4-
require('tailwindcss')('./src/_css/tailwind.config.js'),
4+
require('@tailwindcss/jit')('./src/_css/tailwind.config.js'),
55
require('autoprefixer'),
66
],
77
}

0 commit comments

Comments
 (0)