使用 Espresso 在单行和多行 CSS 之间切换
我有一个很长的单行 CSS 文件,我想使用 Espresso 将其转换为块样式。有没有一种自动方法可以用 Espresso 来做到这一点?
I have a long single-line CSS file that I would like to convert using Espresso to block style. Is there an automatic way to do this with Espresso?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Espresso 2 中没有内置方法可以做到这一点。但是有 Barista-Beautifier.sugar 它还将 CSS 重新格式化为易于阅读的代码。
There's no built in way to do that in Espresso 2. But there's the Barista-Beautifier.sugar which also reformats CSS into nicely readable code.