sforkowany z mirror/soapbox
Add custom HTML to Tailwind Purge config
rodzic
23e20568e1
commit
3e2058a4b1
|
@ -1,7 +1,7 @@
|
|||
const { parseColorMatrix } = require('./tailwind/colors');
|
||||
|
||||
module.exports = {
|
||||
content: ['./app/**/*.{html,js,ts,tsx}'],
|
||||
content: ['./app/**/*.{html,js,ts,tsx}', './custom/instance/**/*.html'],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
screens: {
|
||||
|
|
Ładowanie…
Reference in New Issue