Plugin info

Total downloads: 5,611
Active installs: 900
Total reviews: 3
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 5/21/2022 (1321 days ago)
Added to WordPress: 8/31/2017 (8 years old)
Minimum WordPress version: 3.8
Tested up to WordPress version: 5.9.12
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1321 days ago • 3 reviews

22/100

Is Lenix scss compiler abandoned?

Possibly abandoned (last update 1321 days ago).

Compatibility

Requires WordPress: 3.8
Tested up to: 5.9.12
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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?

  • Option for multiple source and destination folders.
  • Allows you to set a folder in the entire wp-content space.
  • Performance – only when one of the source files change – it re-compiling itself.
  • After development you can turn off / delete the plugin without fear, and all the files are stay where they were.
  • Allows you to develop a theme and plugin at the same time.

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

Installation

‪‪1. Download the link.‬‬
‪‪2. Upload the zip file via the Plugin upload.‬‬
‪‪3. Activate the plugin.‬‬
‪‪4. Edit in the settings page.

Frequently Asked Questions

Can I use in main theme and child theme together

Yes, you can add unlimited locations even in a plugin.

Review feed

קידום ובניית אתרים
11/4/2017

Very helpful plugin

i found this plugin very useful when i need to compile a sass to css by just few click without getting out wordpress workspace. when i deactivate the plugin compiled files still in directories. AAA+++ RATE.

Screenshots

Changelog

1.2

  • Update scssphp library

1.1.1

  • Improved UI

1.1.0

  • Fix: Reduce resource consumption
  • Tweak! Adding disable compiler button
  • Tweak! Adding “Compile Now” button

1.0.0

  • Initial Public Beta Release