Skip to content

Commit 7277791

Browse files
- Update purge options for TailwindCSS example.
1 parent 3c4dcd7 commit 7277791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwindcss/tailwind.config.js

+1-1
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: ['./imports/ui/**/*.{js,jsx,ts,tsx}', './public/*.html'],
55
darkMode: false, // or 'media' or 'class'
66
theme: {
77
fontFamily: {

0 commit comments

Comments
 (0)