We can now search for properties to see if a property has been set on a selector, and we can get the value of a selector from a declaration block.
0.7.4
Adding two functions to html_tools:
- `get_style_attribute_data()` - gets data on whether an html document uses the style attribute or not - including the value set by the style attribute for each tag that uses it. - `has_style_attribute_data()` - let's us know if there is a style attribute or not.
0.7.3
I've added and adjusted all functions related to color contrast and global colors to make test a website a little easier.
0.7.2
Changing the behavior of get_all_color_rules and condense_the_rules
0.7.1
Now with code to get all color rules, not just global colors.