sass 1.79.6 → 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.
- package/package.json +1 -1
- package/sass.dart.js +274 -319
- package/types/deprecations.d.ts +3 -3
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: 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
|
|
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
|
|
161
|
+
* This deprecation became active in Dart Sass 1.80.0.
|
|
162
162
|
*/
|
|
163
163
|
'global-builtin': Deprecation<'global-builtin'>;
|
|
164
164
|
|