We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0466a28 commit ed8fa6dCopy full SHA for ed8fa6d
docs/tailwind.config.js
@@ -1,8 +1,7 @@
1
const dt = require('tailwindcss/defaultTheme')
2
3
module.exports = {
4
- mode: 'jit',
5
- purge: ['./docs/*.{html,js,svelte}'],
+ content: ['./docs/*.{html,js,svelte}'],
6
theme: {
7
extend: {
8
fontFamily: {
0 commit comments