ExCSS_Core
ExCSS_Core copied to clipboard
TylerBrinks/ExCSS with pull requests included to make it useable.
Hello, I'm trying to use ExCSS with my project, and I'm getting this huge warning block during build, indicating that quite a few assemblies (System.*) are pointing to an older...
Hi. Thank you for ExCSS. There's no support for the `:first` CSS pseudo-class. https://developer.mozilla.org/en-US/docs/Web/CSS/:first Thank you.
Fixes #13
Hello, parsing and than recompiling css code that contains justify-content css property results to code which does not contain justify-content properties.
I had already contacted the original dev about this issue but have received no response (I hope he is alright) so I am raising an issue here as this is...
`Fill` property of `StyleDeclaration` class rejects the css `color` values: The picture pretty much sums it up:  It is easy to reproduce.
Hi, because of the lack of documentation it is hard to figure out how to use the library to parse existing html. I've come so far: - parse my Html...
Hi, Why is MediaRule sealed? There is no way to access property SelectorText. Will you make it open or I have to fork project? Thanks