akalongman / akalongman/sublimetext-codeformatter
adding spaces in pseudo selectors causing errors for gulp sass
Đang mở
- 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ả
codeFormatter is setting these elements like this:
`span: not(: last-child) {`
Which causes an issue when compiling the css files.
Error from terminal
```
Error: Invalid CSS after " span: not(": expected expression (e.g. 1px, bold), was ": last-child) {"
on line 144 of source/stylesheets/modules/_grid.scss
>> span: not(: last-child) {
------------^
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.