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