Skip to content

Commit cb0dff0

Browse files
committed
refactor: running prettier
1 parent 99301de commit cb0dff0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/_patterns/00-base/_helpers.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
$rgbBackground: #fdfdfd
88
) {
99
#{$cssProperty}: rgb(
10-
(1 - $alphaValue) * color.red($rgbBackground) + $alphaValue * color.red($hexValue),
10+
(1 - $alphaValue) * color.red($rgbBackground) + $alphaValue *
11+
color.red($hexValue),
1112
(1 - $alphaValue) * color.green($rgbBackground) + $alphaValue *
1213
color.green($hexValue),
13-
(1 - $alphaValue) * color.blue($rgbBackground) + $alphaValue * color.blue($hexValue)
14+
(1 - $alphaValue) * color.blue($rgbBackground) + $alphaValue *
15+
color.blue($hexValue)
1416
);
1517
}
1618

0 commit comments

Comments
 (0)