jevakallio/css-properly

[Feature] The opportunity to make a (line-)break with a cup of tea

nikmel2803 opened this issue · 3 comments

In English css, I suggest using tea instead of ; to make line breakes more pleasent
Smth like this:

.foo {
  colour: black tea
  background-colour: lightgrey tea
  text-align: centre tea
}

Unfortunately PostCSS input needs to be valid CSS syntax, which requires trailing semicolons for rules with multiple declarations, so this is wayyyyyyy too much effort to be worth the payoff.

So sad :c