Skip to content

Commit a843bd5

Browse files
committed
Add new deprecations
1 parent 0823b1c commit a843bd5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

lib/src/deprecations.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,20 @@ export const deprecations: typeof api.deprecations = {
157157
description:
158158
'Using the current working directory as an implicit load path.',
159159
},
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+
status: 'active',
170+
deprecatedIn: new Version(1, 76, 0),
171+
obsoleteIn: null,
172+
description: 'Using global Sass color functions.',
173+
},
160174
import: {
161175
id: 'import',
162176
status: 'future',

0 commit comments

Comments
 (0)