sass 1.79.5 → 1.80.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.
@@ -6,7 +6,7 @@
6
6
  */
7
7
  export interface Deprecations {
8
8
  // START AUTOGENERATED LIST
9
- // Checksum: 0243e0f7ee85127d6e1bda5c08e363509959e758
9
+ // Checksum: 47c97f7824eb25d7f1e64e3230938b88330d40b4
10
10
 
11
11
  /**
12
12
  * Deprecation for passing a string directly to meta.call().
@@ -151,14 +151,14 @@ export interface Deprecations {
151
151
  /**
152
152
  * Deprecation for @import rules.
153
153
  *
154
- * This deprecation is not yet active, but will be soon.
154
+ * This deprecation became active in Dart Sass 1.80.0.
155
155
  */
156
156
  import: Deprecation<'import'>;
157
157
 
158
158
  /**
159
159
  * Deprecation for global built-in functions that are available in sass: modules.
160
160
  *
161
- * This deprecation is not yet active, but will be soon.
161
+ * This deprecation became active in Dart Sass 1.80.0.
162
162
  */
163
163
  'global-builtin': Deprecation<'global-builtin'>;
164
164