样式化组件中的字符串插值会打断过梁



插值"主题";样式组件中的变量或任何类型的字符串互操作都会破坏linter流,我可以再格式化css了。有什么解决办法吗?linter在格式化时破坏了行,这就产生了问题。

感谢

@media only screen and (min-device-width: 320px) and (max-device-height: 700px) and (orientation: portrait) {
.innerModal {
.modalContentContainer {
min-height: 270px;
width: 100%;
grid-template-rows: 0.1fr 1fr 0.5fr 1fr;
padding: ${({ theme }) => theme.spacing.m} ${({ theme }) =>

theme.spaceing.xs};

最新更新