sass 1.90.0 → 1.91.0
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/package.json +1 -1
- package/sass.dart.js +2016 -2174
- package/types/deprecations.d.ts +8 -1
package/types/deprecations.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export interface Deprecations {
|
|
8
8
|
// START AUTOGENERATED LIST
|
|
9
|
-
// Checksum:
|
|
9
|
+
// Checksum: 1c1efc2604729aea755453fefd1e8f56e100698e
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Deprecation for passing a string directly to meta.call().
|
|
@@ -176,6 +176,13 @@ export interface Deprecations {
|
|
|
176
176
|
*/
|
|
177
177
|
'compile-string-relative-url': Deprecation<'compile-string-relative-url'>;
|
|
178
178
|
|
|
179
|
+
/**
|
|
180
|
+
* Deprecation for a rest parameter before a positional or named parameter.
|
|
181
|
+
*
|
|
182
|
+
* This deprecation became active in Dart Sass 1.91.0.
|
|
183
|
+
*/
|
|
184
|
+
'misplaced-rest': Deprecation<'misplaced-rest'>;
|
|
185
|
+
|
|
179
186
|
// END AUTOGENERATED LIST
|
|
180
187
|
|
|
181
188
|
/**
|