🔧 Add index.php to tailwindcss purge list (#3025)

This commit is contained in:
Gabriel Giordano
2022-04-02 10:22:14 -03:00
committed by GitHub
parent bd97fb26a8
commit 90a1680639

View File

@@ -1,5 +1,5 @@
module.exports = { module.exports = {
content: ['./app/**/*.php', './resources/**/*.{php,vue,js}'], content: ['./index.php', './app/**/*.php', './resources/**/*.{php,vue,js}'],
theme: { theme: {
extend: { extend: {
colors: {}, colors: {},