Skip to content

Commit

Permalink
refactor(color/functions): remove name-nest() from index - deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciborrudnicki committed Dec 5, 2023
1 parent 937586c commit 22fb98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color/functions/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@forward 'color.hsla-color.function';
@forward 'color.hue-var.function';
@forward 'color.lightness-var.function';
@forward 'color.name-nest.function';
// @forward 'color.name-nest.function'; // @deprecated
@forward 'color.name.function';
@forward 'color.saturation-var.function';
@forward 'name' as name-*;

0 comments on commit 22fb98c

Please sign in to comment.