akalongman / akalongman/sublimetext-codeformatter

adding spaces in pseudo selectors causing errors for gulp sass

Open
#308 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
772
Forks
128
PR merge metrics
No merged PRs in 30d

Description

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) {
------------^
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.