🔧 Add index.php to tailwindcss purge list (#3025)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
content: ['./app/**/*.php', './resources/**/*.{php,vue,js}'],
|
||||
content: ['./index.php', './app/**/*.php', './resources/**/*.{php,vue,js}'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {},
|
||||
|
||||
Reference in New Issue
Block a user