Skip to content

Commit b3a7fef

Browse files
authored
Add a deprecation for functions and mixins beginning with -- (#292)
1 parent 3080e76 commit b3a7fef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/src/deprecations.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ export const deprecations: typeof api.deprecations = {
157157
description:
158158
'Using the current working directory as an implicit load path.',
159159
},
160+
'css-function-mixin': {
161+
id: 'css-function-mixin',
162+
status: 'active',
163+
deprecatedIn: new Version(1, 76, 0),
164+
obsoleteIn: null,
165+
description: 'Function and mixin names beginning with --.',
166+
},
160167
import: {
161168
id: 'import',
162169
status: 'future',

0 commit comments

Comments
 (0)