akalongman / akalongman/sublimetext-codeformatter
adding spaces in pseudo selectors causing errors for gulp sass
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 772
- Forks
- 128
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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) {
------------^
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.