【发布时间】:2023-03-12 08:43:01
【问题描述】:
我一直在试图弄清楚如何在以下 css 上禁用更漂亮的格式。
它总是在行上添加一个尾随空格
-webkit-tap-highlight-color: `rgba(${colorBlack}, 0.2)`;
becomes
-webkit-tap-highlight-color: `rgba(${colorBlack}, 0.2) `;
可以在playground prettier.io/playground中复制
【问题讨论】: