It's more easy to create components using LESS code, but:
- LESS doesn't works well with IE8
- LESS code is injected at runtime by panjs: it's note for production (it's heavy).
So, LESS code of HTML components should be converted to CSS for production use.
This conversion should also minify the script parts of the components.
It's more easy to create components using LESS code, but:
So, LESS code of HTML components should be converted to CSS for production use.
This conversion should also minify the script parts of the components.