sass 1.38.1 → 1.39.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +2 -1
- package/README.md +2 -0
- package/package.json +1 -1
- package/sass.dart.js +27615 -27885
package/LICENSE
CHANGED
|
@@ -37,9 +37,10 @@ met:
|
|
|
37
37
|
copyright notice, this list of conditions and the following
|
|
38
38
|
disclaimer in the documentation and/or other materials provided
|
|
39
39
|
with the distribution.
|
|
40
|
-
* Neither the name of Google
|
|
40
|
+
* Neither the name of Google LLC nor the names of its
|
|
41
41
|
contributors may be used to endorse or promote products derived
|
|
42
42
|
from this software without specific prior written permission.
|
|
43
|
+
|
|
43
44
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
44
45
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
45
46
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
package/README.md
CHANGED
|
@@ -102,6 +102,8 @@ Both `render()` and `renderSync()` support the following options:
|
|
|
102
102
|
* [`sourceMap`](https://github.com/sass/node-sass#sourcemap)
|
|
103
103
|
* Only the `"expanded"` and `"compressed"` values of
|
|
104
104
|
[`outputStyle`](https://github.com/sass/node-sass#outputstyle) are supported.
|
|
105
|
+
* `charset` (`true`, the default, will prefix non-ASCII CSS with `U+FEFF` or
|
|
106
|
+
[`@charset "UTF-8";`](https://developer.mozilla.org/en-US/docs/Web/CSS/@charset))
|
|
105
107
|
|
|
106
108
|
No support is intended for the following options:
|
|
107
109
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.
|
|
1
|
+
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.39.2","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
|