Skip to content

Commit 1a38c90

Browse files
authored
remove filament style (#97)
* remove filament style * remove yarn ci
1 parent 44270f8 commit 1a38c90

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

resources/css/filament.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

webpack.mix.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ mix.disableNotifications();
1616

1717
mix.js('resources/js/app.js', 'public/js').react()
1818
.postCss('resources/css/app.css', 'public/css')
19-
.postCss('resources/css/filament.css', 'public/css')
2019
.webpackConfig({
2120
output: { chunkFilename: 'js/[name].js?id=[chunkhash]' },
2221
resolve: {

0 commit comments

Comments
 (0)