postcss/sugarss

mix with css

talgautb opened this issue · 1 comments

Can we have check out code for css support (like stylus), example:
input:

/* CSS with SugarSS */
html
  height: 100%

.page
  font-family: 'Open Sans', Arial, serif;
  background-color: #ff0

// css
.copyPasteStyles {
  background-color: #FFF;
}

output:

/* CSS with SugarSS */
html {
  height: 100%
}

.page {
  font-family: 'Open Sans', Arial, serif;;
  background-color: #ff0
}

/* css */
.copyPasteStyles { {
  background-color: #FFF;
}
} {}
ai commented

Sorry, but this syntax flexibility made Stylus parser unmaintable.

We are trying to avoid this project mistake.