sass 1.77.5 → 1.77.7
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 +1695 -1530
- 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: 309e4f1f008f08379b824ab6094e13df2e18e187
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Deprecation for passing a string directly to meta.call().
|
|
@@ -113,6 +113,13 @@ export interface Deprecations {
|
|
|
113
113
|
*/
|
|
114
114
|
'css-function-mixin': Deprecation<'css-function-mixin'>;
|
|
115
115
|
|
|
116
|
+
/**
|
|
117
|
+
* Deprecation for declarations after or between nested rules.
|
|
118
|
+
*
|
|
119
|
+
* This deprecation became active in Dart Sass 1.77.7.
|
|
120
|
+
*/
|
|
121
|
+
'mixed-decls': Deprecation<'mixed-decls'>;
|
|
122
|
+
|
|
116
123
|
/**
|
|
117
124
|
* Deprecation for @import rules.
|
|
118
125
|
*
|