I often do this in my projects:
- var less = {
- postProcessor: function(styles){ return myth(styles) }
- };
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?
I often do this in my projects:
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?