WordPress Theme Development From Scratch – 15 – Using SASS and JS Compiling in your WordPress theme

Learn how to use SASS and JS Compiling in your WordPress theme. SASS gives you much more flexibility to organise your CSS code so that it is maintainable. JS compiling also gives you the flexibility to import javascript libraries through NPM and compiling them into one JS file.

In this video, you will learn how to use CSS Pre-Processing and JS Compiling using Laravel Mix – a powerful wrapper that works around Node Package Manager (NPM) to process your SCSS and JS files and spit them out into minified, production ready CSS and JS files.

You May Also Like