postcss / sugarss

Indent-based CSS syntax for PostCSS
MIT License
707 stars 39 forks source link

Support for postcss-sorting #35

Closed RedHatter closed 8 years ago

RedHatter commented 8 years ago

When I run the postcss-sorting atom plugin on this code

.screenIn
    position: absolute
    top: 0
    left: 0
    width: 100%
    height: 100%
    z-index: 1
    background-color: #ffffff
    animation: 0.5s fadeIn both

I get <css input>:3:7: Missed semicolon

1j01 commented 8 years ago

You should probably open an issue on atom-postcss-sorting. SugarSS is supposed to work with postcss-sorting, it's even one of the examples

ai commented 8 years ago

Yeap, sorry, but it is atom-postcss-sorting issue. SugarSS could work with any PostCSS plugin.