Get all css rules used by the selected DOM and its children.
One click to get all the css applied to the selected web element and its children.
-- Recent Update --
1. New. Option page.
2. New. Option to preserve relative URLs.
3. Fix: Send to CodePen
-- Known Limit --
For CSS rules like ".wrap p{...}", if only "<p>" is selected, the result ".wrap p{...}" will not apply to "<p>". Either change the rule to "p{...}" or add a ".wrap" parent in the final HTML.