Compiles functions in mask
templates to es5
mask.cfg('postmask-less', LessOptions);
Default:
{}
Transform styles at runtime. Use this only in some demos and in dev, not for production.
npm i postmask-less --save-dev
style {
@color: red;
h4 {
background: @color;
}
}
h4 > 'Foo'
Defines optimizers to compile style less content to css. Can be used as standalone module, but also as a plugin for postmask
.
(c) MIT License - Atma.js Project