WordPress Theme Development From Scratch - 15 - Using SASS and JS Compiling in your WordPress theme
Mr Digital Mr Digital
29.3K subscribers
37,477 views
0

 Published On Apr 11, 2020

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.

show more

Share/Embed