mojo-assetpack
mojo-assetpack copied to clipboard
Optionally use sassc
Summary
This PR will use sassc if MOJO_PLUGIN_ASSETPACK_SASSC
is set.
Motivation
ruby's sass is officially abandoned, and it has problems with some css files, for example the latest bootstrap css, so it would be good to have the option to use sassc. Or even other sass implementations.
References
- https://github.com/os-autoinst/os-autoinst-distri-openQA/pull/180
- #150