Linux 软件免费装

Lenix scss compiler

开发者 pshitik
yonifre
更新时间 2018年6月17日 10:25
PHP版本: 3.8 及以上
WordPress版本: 4.9.6
版权: GPLv2‬‬
版权网址: 版权信息

标签

css sass compiler scss local compiler

下载

详情介绍:

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

安装:

‪‪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.

更新日志:

1.1.1 1.1.0 1.0.0