Skip to content

Commit

Permalink
Document lack of support for non-UTF8 encodings.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 28, 2017
1 parent f8f90dc commit c5e52d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ Sass to update the reference behavior.
15. `@extend` doesn't produce an error if it matches but fails to unify. See
[issue 2250][].

16. Dart Sass currently only supports UTF-8 documents. We'd like to support
more, but Dart currently doesn't support them. See [dart-lang/sdk#11744][],
for example.

[issue 1599]: https://github.com/sass/sass/issues/1599
[issue 1126]: https://github.com/sass/sass/issues/1126
[issue 2120]: https://github.com/sass/sass/issues/2120
Expand All @@ -198,5 +202,6 @@ Sass to update the reference behavior.
[issue 303]: https://github.com/sass/sass/issues/303
[issue 2247]: https://github.com/sass/sass/issues/2247
[issue 2250]: https://github.com/sass/sass/issues/2250
[dart-lang/sdk#11744]: https://github.com/dart-lang/sdk/issues/11744

Disclaimer: this is not an official Google product.

0 comments on commit c5e52d5

Please sign in to comment.