Skip to content

Commit

Permalink
Add a deprecation for functions and mixins beginning with --
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Apr 27, 2024
1 parent 3080e76 commit ebb9af8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/src/deprecations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ export const deprecations: typeof api.deprecations = {
description:
'Using the current working directory as an implicit load path.',
},
'css-function-mixin': {
id: 'css-function-mixin',
status: 'active',
deprecatedIn: new Version(1, 76, 0),
obsoleteIn: null,
description: 'Function and mixin names beginning with --.',
},
import: {
id: 'import',
status: 'future',
Expand Down

0 comments on commit ebb9af8

Please sign in to comment.