Implementation of LESS (Leaner CSS) in order to make themes development easier.
WP_DEBUG is set to true, compilation is done on every pageurl() are now properly resolved relative to the theme URLwp-less_compiler_parse_pre now takes 3 arguments: class instance, text and variable argumentswp-less_stylesheet_save_pre now takes 2 arguments: class instance and variable argumentsless_add_variable to ease manipulations from theme, if needed (the file needs to be included manually)getBuffer() and setBuffer will be removed in 1.5 versionwp-less_compiler_parse action to wp-less_compiler_parse_pre to avoid name conflictswp-less_compiler_construct action to wp-less_compiler_construct_pre to avoid name conflictswp_print_styles to wp actionwp-less_compiler_construct and wp-less_compiler_parseWPLessCompiler::getBuffer() and WPLessCompiler::setBuffer() method, to enables hooking on LESS content, before being compiled into CSSWPLessStyleseet::getTargetContent methodplugin-toolkit$WPLessPlugin->dispatch instead of $WPLessPlugin->registerHooks to match the new plugin-toolkit signatureplugin-toolkitwp_enqueue_stylesheet (can't really recommend this usage)uri and cached file locationbootstrap-for-theme.php to let themers bundle the plugin in their own themesWPLessPlugin::registerHooks methods to ease hooks activationWPLessPlugin::processStylesheets() and WPLessPlugin::processStylesheet() now accepts an additional parameter to force the rebuild
Requires: 2.8 or higher
Compatible up to: 3.3.2
Last Updated: 2012-1-10
Downloads: 3,485
0 of 2 support threads in the last three weeks have been resolved.
Got something to say? Need help?