Topic: Merge CSS Files

Hi All,

I want to know whether any tools can merge the followings CSS

DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #f2f5f7}
DIV.blockpost DIV.box {BORDER-COLOR: #D5E5FE #D5E5FE #D5E5FE}

to

DIV.blockpost DIV.box {BACKGROUND-COLOR: #f2f5f7; BORDER-COLOR: #D5E5FE #D5E5FE #D5E5FE}
DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #f2f5f7}

Therefore I can merge three CSS files into one for my forum.

Thanks in advance.

gchoyy

Re: Merge CSS Files

Any idea?

3

Re: Merge CSS Files

I don't understand what you are asking. Why do you need a tool when you've already done it by hand?