Skip to content

Commit

Permalink
Update luminance coefficient (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed May 28, 2024
1 parent 1d29813 commit b76804f
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 b76804f

Please sign in to comment.