akalongman / akalongman/sublimetext-codeformatter

Current build (23/04/2017) breaks scss code.

Đang mở
#300 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
772
Fork
128
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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;
}
}
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.