Tips & Tricks #26
Can I autocomplete style declaration just using values?
Chrome, Edge, Opera
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.