Ariya Hidayat
Ariya Hidayat
This in fact triggers a bug. Before: ``` menu{color:red; /*foobar*/} ``` Beautified: ``` menu { color: red; /*foobar*/; } ``` The unnecessary semicolon there is wrong.
Thanks for the report! We will tackle this in the earliest convenient time.
Selectors starting with # should work now!
The comment-followed-by-# issue is because block comment in general has not fixed yet (optionally to place it into its own separated line). This is next in the list. More feedback...
Do you have an idea on how to place the comment? I played with different ideas on where to split and indent the comment, it seems quite challenging to get...
We'll slowly go there :) Next in my TODO list is an option to split the selectors, each into its own line.
Automatic semicolon: commit 959c17cff1.
What would be the API/UI settings look like?
Well a check box is surely not enough. How do we know `width` is grouped with `height` and not with other property?
> How can we be sure that the uberjar is going to be ready when this workflow attempts to download it? We can't, and unfortunately it's the limitation of the...