Add custom HTML to Tailwind Purge config

site-logo
Justin 2022-05-10 15:51:58 -04:00
rodzic 23e20568e1
commit 3e2058a4b1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
const { parseColorMatrix } = require('./tailwind/colors'); const { parseColorMatrix } = require('./tailwind/colors');
module.exports = { module.exports = {
content: ['./app/**/*.{html,js,ts,tsx}'], content: ['./app/**/*.{html,js,ts,tsx}', './custom/instance/**/*.html'],
darkMode: 'class', darkMode: 'class',
theme: { theme: {
screens: { screens: {