ExCSS_Core icon indicating copy to clipboard operation
ExCSS_Core copied to clipboard

TylerBrinks/ExCSS with pull requests included to make it useable.

Results 8 ExCSS_Core issues
Sort by recently updated
recently updated
newest added

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.

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: ![2019-11-22_210555](https://user-images.githubusercontent.com/15030322/69456914-28c74b00-0d6c-11ea-8bd6-24fb672a499f.png) 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