Skip to content

Commit ed8fa6d

Browse files
committed
Update to v3
1 parent 0466a28 commit ed8fa6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tailwind.config.js

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

33
module.exports = {
4-
mode: 'jit',
5-
purge: ['./docs/*.{html,js,svelte}'],
4+
content: ['./docs/*.{html,js,svelte}'],
65
theme: {
76
extend: {
87
fontFamily: {

0 commit comments

Comments
 (0)