Magento extension LessCSS by groupesoczed
MageCloud partnered with groupesoczed to offer LessCSS in your MageCloud panel for our simple 1-click installation option. To install this extension - create your account with MageCloud and launch a new Magento store. It takes only 3 minutes.
groupesoczed always provides support for customers who have installed LessCSS Magento module. Feel free to leave a review for the company and the extension so we can offer you better products and services in the future.
You may want to check other groupesoczed Magento extensions available at MageCloud and even get extensions from hundreds of other Magento developers using our marketplace.
Implements LessCSS in order to provide lots of interesting features for the theme development
Compatible with Magento 1.x
LessCSS
Implements LessCSS in order to provide lots of interesting features for the theme development.Includes various ways to define variables and functions to use in the LESS files.
How to use ?
Just include the LESS files (with .less extension) as it is usually done for the CSS ones, and the corresponding CSS files will automatically be generated and added to the page (apart from the file extension, each new CSS file will be named like the corresponding LESS file, overwriting existing ones when needed).From the admin, assign global and per-file variables to each LESS file, and tell if they should always be re-generated (can be useful when testing, else it's automatically done when modified).
Informations
Based on lessphp by Leaf Corcoran (version 0.3.4-2).No core rewrite. As far as we currently know, it's fully compatible with CSS merging from Magento core or other modules such as GTSpeed.
Notes
Two events are currently dispatched :- soczed_less_additional_variables : retrieve additional variables to use with the given file
- soczed_less_additional_functions : retrieve additional functions to use with the given file
For those two events, here are the enclosed variables :
- file_name : name of the Less file that is currently parsed
- response : instance of Varien_Object that wrap a "less_variables" or "less_functions" array, that will contain additional values.
This is the first release, we're opened to all new ideas or