sass 1.93.3 → 1.94.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 +4034 -2990
- package/types/deprecations.d.ts +2 -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: fc5363081eb9d8e9e7220b9d5c7fd928d67009fe
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Deprecation for passing a string directly to meta.call().
|
|
@@ -110,6 +110,7 @@ export interface Deprecations {
|
|
|
110
110
|
* Deprecation for function and mixin names beginning with --.
|
|
111
111
|
*
|
|
112
112
|
* This deprecation became active in Dart Sass 1.76.0.
|
|
113
|
+
* It became obsolete in Dart Sass 1.94.0.
|
|
113
114
|
*/
|
|
114
115
|
'css-function-mixin': Deprecation<'css-function-mixin'>;
|
|
115
116
|
|