Reflow a paragraph.

This commit is contained in:
Natalie Weizenbaum 2016-12-02 13:25:15 -08:00
parent 836408dff5
commit 0281420586

View File

@ -54,8 +54,8 @@ as [node-sass's][render], but today they only supports the `file` option.
### From Pub
If you're a Dart user, you can install Dart Sass globally using `pub global
activate sass ^1.0.0-alpha`, which will provide a `sass` executable. You can also
add it to your pubspec and use it as a library:
activate sass ^1.0.0-alpha`, which will provide a `sass` executable. You can
also add it to your pubspec and use it as a library:
```dart
import 'package:sass/sass.dart' as sass;