Skip to content

Commit

Permalink
Update abs-percent deprecatedIn version
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelalozano16 committed Aug 9, 2023
1 parent e4c8cd6 commit 06ec22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/deprecation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ enum Deprecation {

/// Deprecation for passing percentages to the Sass abs() function.
absPercent('abs-percent',
deprecatedIn: '1.64.0',
deprecatedIn: '1.65.0',
description: 'Passing percentages to the Sass abs() function.'),

duplicateVariableFlags('duplicate-var-flags',
Expand Down

0 comments on commit 06ec22e

Please sign in to comment.