Skip to content

Commit

Permalink
Remove postcss-color-mod, no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Jul 17, 2022
1 parent c91e070 commit cceeac9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"devDependencies": {
"postcss": "~8.4.x",
"postcss-color-mod-function": "~3.0.x",
"postcss-import": "~14.1.x",
"tailwindcss": "~3.0.x",
"vue-loader": "~17.0.x"
Expand Down
5 changes: 0 additions & 5 deletions winter.mix.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
let mix = require('laravel-mix');
mix.setPublicPath(__dirname);

const postcssColorMod = require('postcss-color-mod-function');

mix.postCss('assets/css/src/app.css', 'assets/css/dist/backend.css', [
require('postcss-import'),
require('tailwindcss/nesting'),
require('tailwindcss'),
require('autoprefixer'),
postcssColorMod({
unresolved: 'ignore',
}),
]);

mix.js('assets/js/src/app.js', 'assets/js/dist/app.js').vue({ version: 3 });

0 comments on commit cceeac9

Please sign in to comment.