Skip to content

Commit

Permalink
[Color 4] Update tests for color.invert()
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 9, 2024
1 parent 231b7ef commit 9330edc
Show file tree
Hide file tree
Showing 8 changed files with 571 additions and 311 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 9330edc

Please sign in to comment.