It is like
@CanIUse
but for the browser devtools, created & curated by
@pankajparashar
. Get weekly tips & tricks for your favorite browser devtools by
subscribing
to the newsletter!
Inspect an element > Navigate to the styles section (next to the DOM tree).
Add new styles by directly entering the values like "bold", "italic" etc., and the devtools will automatically suggest the corresponding
<property>: <value>
pair for the given input.