postcss_transformer 0.1.1
postcss_transformer: ^0.1.1 copied to clipboard
Transformer that applies postcss processing.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add postcss_transformerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
postcss_transformer: ^0.1.1Alternatively, 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:postcss_transformer/postcss_transformer.dart';