Empty CSS rule won't format
Posted: Fri May 27, 2005 7:36 pm
I have a bunch of place-holder rules in my stylesheets, such as
or
where there is not content yet specified. The CSS formatter (v6.0, Eclipse M17 plugin) complains that it "[w]as expecting one of: <S> ... <IDENT> ... ".
This isn't the end of the world, but it's certainly frustrating. Otherwise, version 6.0 looks awesome.
- Justin Makeig
Code: Select all
div.SuperDuper {}
Code: Select all
#Asdf {
/* */
}
This isn't the end of the world, but it's certainly frustrating. Otherwise, version 6.0 looks awesome.
- Justin Makeig