Skip to content

Commit

Permalink
Update luminance coefficient
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed May 28, 2024
1 parent 69f1a42 commit 55ce9a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
@each $channel, $value in $rgb-col {
// here we get RsRGB, GsRGB, and BsRGB
// stylelint-disable-next-line number-max-precision
@if math.div($value, 255) <= 0.03928 {
@if math.div($value, 255) <= 0.04045 {
$rgb-col: map.merge(
$rgb-col,
(
Expand Down

0 comments on commit 55ce9a3

Please sign in to comment.