Skip to content

Commit add6e55

Browse files
committed
Add HTML templates to tailwind purge
1 parent b3dcdaf commit add6e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

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

33
module.exports = {
4-
purge: [],
4+
purge: ["./src/**/*.html"],
55
presets: [],
66
darkMode: false, // or 'media' or 'class'
77
theme: {

0 commit comments

Comments
 (0)