Document lack of support for non-UTF8 encodings.

This commit is contained in:
Natalie Weizenbaum 2017-05-28 16:36:11 -07:00
parent f8f90dc1e3
commit c5e52d571c

View File

@ -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
@ -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.