akalongman / akalongman/sublimetext-codeformatter
adding spaces in pseudo selectors causing errors for gulp sass
Open
- 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
Assessment
This issue has not been assessed yet.