Closed (duplicate)
Project:
Less CSS Preprocessor
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2012 at 20:25 UTC
Updated:
18 Sep 2012 at 17:17 UTC
Hi,
I have not tried LESS yet, I am mostly looking for a solution for image processing, that is:
Both of these problems suffer from CSS being not dynamic enough. A CSS preprocessor seems like the ideal complement.
-------------
LESS does already support custom functions, using $less->registerFunction().
All we need to do here is to provide a hook to expose the $less object to modules that want to modify it.
I'm going to open a new issue for that.
Comments
Comment #1
corey.aufang commentedFunctionality similar to this is coming down the pipe, follow here:
#1787160: Theme/module settings, variables, and functions...
Comment #2
donquixote commentedCool. Going to follow that one.