Re: Can I "precompile" CSS?

2002-03-11 Thread Ken Martin
On Monday, March 11, 2002, at 01:53 PM, JavaJosh wrote: > I would like to precompile my HTML files that have style sheets. That > is, I would like to generate (perhaps on the fly) basic HTML > markup from > the CSS. For example, I want to turn: > > P.main {font-family : sans-serif; font-size : 1

Can I "precompile" CSS?

2002-03-11 Thread JavaJosh
Hi, I would like to precompile my HTML files that have style sheets. That is, I would like to generate (perhaps on the fly) basic HTML markup from the CSS. For example, I want to turn: P.main {font-family : sans-serif; font-size : 12pt} ... This is a paragraph into This is a paragraph I wo