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.
@@ -6,7 +6,7 @@
6
6
  */
7
7
  export interface Deprecations {
8
8
  // START AUTOGENERATED LIST
9
- // Checksum: 47c97f7824eb25d7f1e64e3230938b88330d40b4
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
  /**