【发布时间】:2019-04-05 08:52:39
【问题描述】:
我正在尝试寻找一些可以帮助我解决一些代码格式问题的工具。我试图在逻辑块上拆分 css 规则集,但实际上,我找不到任何工具,我正在检查类似的工具 更漂亮,stylefmt,http://csscomb.com 等。
还有一个问题:我们使用 css 模块,因此 csscomb 无法处理诸如 composes、@value 和 .selector a :global .selector-b 之类的选择器之类的属性
你能帮我解决这个问题吗,我应该看哪个方向? 谢谢(对不起我的英语)
.selector {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
margin-top: 2em;
margin-bottom: 5em;
}
【问题讨论】:
标签: css format prettier stylelint