Empty CSS rule won't format

Having trouble installing Oxygen? Got a bug to report? Post it all here.
jmakeig
Posts: 10
Joined: Thu Jan 29, 2004 9:32 pm
Contact:

Empty CSS rule won't format

Post by jmakeig »

I have a bunch of place-holder rules in my stylesheets, such as

Code: Select all

div.SuperDuper {}
or

Code: Select all

#Asdf {
/* */
}
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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

We added that on our bugzilla and we will fix it in a future release.

Thank you,
Sorin
Post Reply