sforkowany z mirror/soapbox
Add custom HTML to Tailwind Purge config
rodzic
23e20568e1
commit
3e2058a4b1
|
@ -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: {
|
||||||
|
|
Ładowanie…
Reference in New Issue