Skip to content

Commit b9bf036

Browse files
committed
chore(tailwind): try using jit mode to mitigate memory issues
1 parent fd2858c commit b9bf036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const defaultTheme = require('tailwindcss/defaultTheme')
22

33
module.exports = {
4+
mode: 'jit',
45
content: ['_site/**/*.html'],
56
safelist: [],
67
theme: {

0 commit comments

Comments
 (0)