keyboard_double_arrow_left
help Help & getting started

Sass Compile

W3CoreUI leverages Sass, the most advanced CSS preprocessor, to manage theme styles efficiently. As a stable, mature, and powerful extension of CSS, Sass enhances flexibility, scalability, and maintainability for professional-grade styling.

1.- Install Node.js

To compile Sass via the command line first, we need to install node.js. The easiest way is downloading it from the official website nodejs.org open the package and follow the wizard.


2.- Npm install

To install all the dependencies listed in the package.json file, simply run the following command in the terminal: npm install

npm install

3.- Run the Script

To execute our one-line script, we need to run the following command in the terminal: npm run sass

npm run sass