gc
gc
不知道怎么调试的问题,能具体展开一些情况说一下么
Thanks , @Shnilj . This plugin just follow [this css coding style](http://alloyteam.github.io/code-guide/#css). It doesn't require a newline before each new rule. However, we will discuss it, and push this new...
I will add another custom config file to adapt some special case like a newline as soon as possible. Thanks for your suggestion.
Hi @Shnilj . I have published a new version [v0.4.0](https://github.com/lightningtgc/sublime-cssorder/releases/tag/v0.4.0) for the custom config which can handle some special case. You can change the value of `block-newline` In the file...
Could you give me some example code? Thanks.
So I'm not sure what's your target code? I guess it looks like: ``` css .test { font-size: 2em; background-color: #fff; .testCase { font-size: 3em; p { font-weight: bold; color:...