=== #BW LESS-CSS === Contributors: briteweb Donate link: http://briteweb.com/ Tags: css,less,stylesheet,style Requires at least: 3.0 Tested up to: 3.2.1 \#BW LESS-CSS is an easy to use interface for using LESS-CSS stylesheets in your theme. == Description == LESS-CSS is a powerful CSS pre-processor that lets you simplify and speed up CSS development and extend existing CSS functionality. The \#BW LESS-CSS plugin integrates the .LESS language into WordPress and adds a simple admin interface to easily attach LESS stylesheets to your theme. For more advanced developers, there is also a basic API that lets you directly access the LESS-to-CSS processor to manually attach your LESS stylesheets. == Installation == 1. Upload bw-less-css folder to your /wp-content/plugins/ directory 2. Activate the plugin in Wordpress admin 3. Attach .less files to your template using the plugin admin page, under #BW Options -> LESS-CSS 3a. Specify files relative to your theme root (eg. style.less for a file in the root) 3b. If using a specialty stylesheets (eg. for print), select the media type 3c. To minify the compiled CSS, check the minify checkbox Manually include .less files: To hard-code a .less file into a template, use `` in a template file, called by after_setup_theme action. `` Files are relative to the theme root, and the less compiler will save the .css to the same path as the .less file. == Screenshots == 1. Plugin settings page == Changelog == = 1.2 = * Added CSS minify option (using minify library from https://github.com/mrclay/minify) = 1.1 = * First public release == Upgrade Notice == = 1.1 = First public release