csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.29k stars 458 forks source link

Fails on element selector when combing .sass #290

Closed clehnert-psl closed 8 years ago

clehnert-psl commented 10 years ago

It failed on this section, but when testing by deleting that line, it failed on each element selector as I went along

h1
    font-size: 36px
    color: #f39020

h2
    font-size: 30px
    line-height: 1.25em

h3
    font-size: 22px
    line-height: 1.25em
Please check the validity of the block starting from line #1

1*| h1
2 |     font-size: 36px
3 |     color: #f39020

Gonzales PE version: 3.0.0-10
CSScomb Core version: 2.0.2
haoqunjiang commented 8 years ago

It's ok now in v3.1.8.