Merge pull request #3035 from ONLYOFFICE/fix/less-rgb-to-hsl

[SSE mobile] prevent rbga to be converted to hsla
This commit is contained in:
Maxim Kadushkin
2024-06-06 12:51:31 +03:00
committed by GitHub

View File

@ -190,6 +190,9 @@ const config = {
safe: true,
map: { inline: false },
},
preset: ['default', {
colormin: false,
}],
},
}),
new webpack.optimize.ModuleConcatenationPlugin(),