We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0823b1c commit a843bd5Copy full SHA for a843bd5
lib/src/deprecations.ts
@@ -157,6 +157,20 @@ export const deprecations: typeof api.deprecations = {
157
description:
158
'Using the current working directory as an implicit load path.',
159
},
160
+ 'color-4-api': {
161
+ id: 'color-4-api',
162
+ status: 'active',
163
+ deprecatedIn: new Version(1, 76, 0),
164
+ obsoleteIn: null,
165
+ description: 'Methods of interacting with legacy SassColors.',
166
+ },
167
+ 'color-functions': {
168
+ id: 'color-functions',
169
170
171
172
+ description: 'Using global Sass color functions.',
173
174
import: {
175
id: 'import',
176
status: 'future',
0 commit comments