Is there a CSS parser for C#?

Viewed 32528

My program need to parse css files into an in-memory object format. Any advice on how this should be done ?

6 Answers

Here you can find another one especially for C# with sample source.

Related