We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4dcd7 commit 7277791Copy full SHA for 7277791
tailwindcss/tailwind.config.js
@@ -1,7 +1,7 @@
1
const colors = require('tailwindcss/colors');
2
3
module.exports = {
4
- purge: [],
+ purge: ['./imports/ui/**/*.{js,jsx,ts,tsx}', './public/*.html'],
5
darkMode: false, // or 'media' or 'class'
6
theme: {
7
fontFamily: {
0 commit comments