Des Butler
Results
2
comments of
Des Butler
All the default values in Tailwind CSS are 1 anyway (on opacity values). I'm forcing the purgeCSS, so my output has only the classes I'm using, so not such a...
Ok, found a solution. Install: npm install postcss-custom-properties --save-dev Then you need two things: First: a config (assuming laravel-mix): const mix = require('laravel-mix'); const postcssCustomProperties = require('postcss-custom-properties'); mix.js('resources/js/app.js', 'public/js') .postCss('resources/css/app.css',...