🔧 Add index.php to tailwindcss purge list (#3025)
This commit is contained in:
@@ -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: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user