ਵੇਰਵਾ
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
ਸਕਰੀਨਸ਼ਾਟ
ਸਥਾਪਤੀਕਰਨ
1. Download the link.
2. Upload the zip file via the Plugin upload.
3. Activate the plugin.
4. Edit in the settings page.
ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ
-
Can I use in main theme and child theme together
-
Yes, you can add unlimited locations even in a plugin.
ਸਮੀਖਿਆਵਾਂ
ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ
“Lenix scss compiler” is open source software. The following people have contributed to this plugin.
ਯੋਗਦਾਨੀ“Lenix scss compiler” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।
ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
ਤਬਦੀਲੀ-ਚਿੱਠਾ
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