csslib_transform 0.0.4+1
csslib_transform: ^0.0.4+1 copied to clipboard
A transformer that use CSSLib to transform scss files to css
csslib_transform #
This is just trasnformer that use csslib to transform scss files into css.
Usage #
Add csslib_trasnform as dependency and add it as transformer:
dependencies:
...
csslib_transform:
transformers:
- csslib_transform
And all *.scss files would be available as CSS files. So if you have test.scss file in styles folder,
you can refer it as
<link rel="stylesheet" href="styles/main.css">
Features and bugs #
Please file feature requests and bugs at the issue tracker.