Closed devkennyy closed 2 years ago
a {} b {}
=>
*do this for all elements if they aren't already
Question: if I encounter a
a { ... }
should I rewrite it as
or
?
The latter. Make sure to convert these aswell :)
a { }
=>
*do this for all elements if they aren't already