Linux 软件免费装
Banner图

WP Less Compiler

开发者 The Jake Group
更新时间 2014年9月10日 23:44
捐献地址: 去捐款
PHP版本: 3.5.0 及以上
WordPress版本: 3.9.2
版权: GPLv2 or later
版权网址: 版权信息

标签

CSS Less Less Compiler CSS Preprocessor

下载

1.2.1 1.3.0

详情介绍:

This plugin has everything you need to run LESS in development and convert it to CSS for production. Have an issue? This plugin is a work in progress, and we'd love your feedback. The official plugin repository is hosted on GitHub. Look here for the most up to date development versions. You can also use the issue tracker to let us know if you have any problems or suggestions.

安装:

  1. Download the plugin and unzip it.
  2. Upload wp-less-compiler to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Go to Settings > Less Compiler and add a LESS File and a CSS File, save your settings.

常见问题:

Can I use a custom version of LESS

Currently there is no way to do this that would not be overwritten by future versions of the plugin, but expect it in a future release. If you MUST do this, here's how:

  1. Download your preferred version of Less.js and save it as less-{version-suffix}.js. For example the minified version of 1.7.0 would be named less-1.7.0.min.js
  2. Upload that file to plugins/wp-less-compiler/assets/js/
  3. Open plugins/wp-less-compiler/wp-less-compiler.php and change the LESS_JS_VER constant to the version-suffix you used earlier.
Remember that this will be overwritten when the plugin updates, but a persistent way to do this is coming soon.

更新日志:

1.3.0 1.2.1 1.2.0 1.1.0 1.0.0