AngleSharp / AngleSharp.Css

:angel: Library to enable support for cascading stylesheets in AngleSharp.
https://anglesharp.github.io
MIT License
72 stars 34 forks source link

`cssRules` should have a `rules` alias #29

Closed FlorianRappl closed 5 years ago

FlorianRappl commented 5 years ago

The [DomName] of the CssRuleList property in the CssStyleSheet (and potentially in other CSS containers) should have an alias named rules.

FlorianRappl commented 5 years ago

Landed in devel.