We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
目前CSS Color Module Level 4 颜色,会被转化成rgb,这个颜色的转化是错误的
实际代码: box-shadow: 0 0 5px 2px rgb(7 12 20 / 12%);
转换后: box-shadow: 0 0 18px 0 #e8e805;