remove PluginServiceProvider and configure updates

This commit is contained in:
Adam Weston
2022-12-09 11:41:26 -05:00
parent 81ee508b06
commit 848c2783b8
10 changed files with 218 additions and 42 deletions

View File

@@ -0,0 +1,15 @@
{
"private": true,
"scripts": {
"dev": "npx tailwindcss -i config-stubs/theme/plugin.css -o resources/dist/skeleton.css --postcss --watch",
"build": "npx tailwindcss -i config-stubs/theme/plugin.css -o resources/dist/skeleton.css --postcss --minify"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"postcss-import": "^15.0.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2"
}
}

View File

@@ -0,0 +1 @@
@import "../../vendor/filament/filament/resources/css/index.css";