We'll create fresh WordPress site with Lenix scss compiler installed. You have 20 minutes to test the plugin after that site we'll be deleted.
A useful plugin for developers writing SCSS.
The plugin allows you to write SCSS directly on the server (via FTP) without the need for a local compiler.
How It Works?
Choose a source folder for SCSS and a target folder for CSS.
Write the SCSS code in the file on the source folder, and it automatically creates a CSS file in the target folder.
What’s included?
Example:
source: themes/your-theme/assets/scss/style.scss
body {
color: black;
.main {
background: red;
}
}
target: themes/your-theme/assets/css/style.css
body {
color: black;
}
body .main {
background: red;
}
— pay attention!
If the file already exists in the destination folder – it will be overwritten by the SCSS file