Working With Stylesheets: PostCSS

A powerful tool for transforming your CSS, is included with Laravel Mix out of the box.

Mix.sass('resources/sass/app.scss', 'public/css')
   .options({
        postCss: [
            require('postcss-css-variables')()
        ]
   });

Working With Stylesheets: PostCSS — Structure map

Clickable & Draggable!

Working With Stylesheets: PostCSS — Related pages: