akalongman / akalongman/sublimetext-codeformatter
Current build (23/04/2017) breaks scss code.
未关闭
- 主要语言
- Python
- 星标
- 772
- 派生
- 128
- PR 合并指标
- 30 天内没有已合并 PR
描述
The current build breaks scss code by adding spaces after &:nth-child, but not in case of filter such as &:hover or &:before. Also, it does not format properly curly brackets, with an error di one or more spaces.
What information would you require? (Sublime text 3, build 3126, macOs)
As it should be:
```scss
div{
&: nth-child(odd) {
background-color: red;
}
}
```
As it becomes:
```scss
div{
&: nth-child(odd) {
background-color: red;
}
}
```
贡献指南
评估
这个 Issue 还没有评估数据。