akalongman / akalongman/sublimetext-codeformatter
adding spaces in pseudo selectors causing errors for gulp sass
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 772
- Forks
- 128
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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) {
------------^
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.