Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Less.js config

$
0
0

I often do this in my projects:

  1. var less = {
  2.     postProcessor: function(styles){ return myth(styles) }
  3. };

I tried defining this object globally in my html file, but it seems to have been ignored.

How can such a config be injected into Steal?


Viewing all articles
Browse latest Browse all 3491

Trending Articles