File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -882,9 +882,7 @@ export class SassColor extends Value {
882
882
const color = this . color . mix ( color2 . color , 1 - weight , {
883
883
space : encodeSpaceForColorJs ( this . space ) ,
884
884
hue : hueInterpolationMethod ,
885
- // @TODO Waiting on new release of ColorJS to fix option types.
886
- // Fixed in: https://github.com/LeaVerou/color.js/pull/347
887
- } as any ) ;
885
+ } ) ;
888
886
const coords = decodeCoordsFromColorJs ( color . coords , this . space === 'rgb' ) ;
889
887
return new SassColor ( {
890
888
space : this . space ,
Original file line number Diff line number Diff line change 56
56
"dependencies" : {
57
57
"@bufbuild/protobuf" : " ^1.0.0" ,
58
58
"buffer-builder" : " ^0.2.0" ,
59
- "colorjs.io" : " ^0.4.5 " ,
59
+ "colorjs.io" : " ^0.5.0 " ,
60
60
"immutable" : " ^4.0.0" ,
61
61
"rxjs" : " ^7.4.0" ,
62
62
"supports-color" : " ^8.1.1" ,
You can’t perform that action at this time.
0 commit comments