sass 1.85.1 → 1.86.1
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 +0 -33
- package/package.json +1 -1
- package/sass.dart.js +1812 -1615
- 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: 3639e60773866019c018ae16267c8f23e4df86cf
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Deprecation for passing a string directly to meta.call().
|
|
@@ -162,6 +162,13 @@ export interface Deprecations {
|
|
|
162
162
|
*/
|
|
163
163
|
'global-builtin': Deprecation<'global-builtin'>;
|
|
164
164
|
|
|
165
|
+
/**
|
|
166
|
+
* Deprecation for functions named "type".
|
|
167
|
+
*
|
|
168
|
+
* This deprecation became active in Dart Sass 1.86.0.
|
|
169
|
+
*/
|
|
170
|
+
'type-function': Deprecation<'type-function'>;
|
|
171
|
+
|
|
165
172
|
// END AUTOGENERATED LIST
|
|
166
173
|
|
|
167
174
|
/**
|