Skip to content

Commit

Permalink
[Color 4] Update tests for color.invert() (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 10, 2024
1 parent c20c741 commit 916302c
Show file tree
Hide file tree
Showing 15 changed files with 585 additions and 325 deletions.
311 changes: 0 additions & 311 deletions spec/core_functions/color/invert.hrx

This file was deleted.

8 changes: 8 additions & 0 deletions spec/core_functions/color/invert/alpha.hrx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<===> input.scss
@use 'sass:color';
a {b: color.invert(rgba(turquoise, 0.4))}

<===> output.css
a {
b: rgba(191, 31, 47, 0.4);
}
Loading

0 comments on commit 916302c

Please sign in to comment.