csslib_transform 0.0.4+1 copy "csslib_transform: ^0.0.4+1" to clipboard
csslib_transform: ^0.0.4+1 copied to clipboard

discontinued
Dart 1 only

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.

0
likes
30
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A transformer that use CSSLib to transform scss files to css

Repository (GitHub)
View/report issues

Documentation

Documentation

License

BSD-3-Clause (license)

Dependencies

barback, csslib, logging

More

Packages that depend on csslib_transform