transform_sass 0.3.1 copy "transform_sass: ^0.3.1" to clipboard
transform_sass: ^0.3.1 copied to clipboard

Dart 1 only

A Sass transformer for pub-serve and pub-build supporting 'package:' imports using Dart-Sass.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add transform_sass

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  transform_sass: ^0.3.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:transform_sass/transform_sass.dart';
0
likes
25
pub points
27%
popularity

Publisher

unverified uploader

A Sass transformer for pub-serve and pub-build supporting 'package:' imports using Dart-Sass.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

barback, package_resolver, path, sass

More

Packages that depend on transform_sass