Skip to content

Commit

Permalink
Changs
Browse files Browse the repository at this point in the history
  • Loading branch information
nelumoraru committed Aug 26, 2022
1 parent c7a127a commit 2ad8ed0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 1 addition & 3 deletions dist/css/tool.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions resources/css/tool.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../node_modules/tailwindcss/base.css';

@import '../../node_modules/tailwindcss/components.css';
/* @import '../../node_modules/tailwindcss/components.css'; */

@import '../../node_modules/tailwindcss/utilities.css';
/* @import '../../node_modules/tailwindcss/utilities.css'; */
4 changes: 4 additions & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ mix
.js('resources/js/tool.js', 'js')
.vue({ version: 3 })
.css('resources/css/tool.css', 'css')
.options({
processCssUrls: false,
postCss: [tailwindcss('./tailwind.config.js')]
})
.nova('statikbe/laravel-nova-chained-translation-manager');

0 comments on commit 2ad8ed0

Please sign in to comment.