Which is a best practice for working with WordPress CSS?
Use !important next to styles if they don't give you the result you want.
Use hyphens in class names.
Use spaces to indent each property.
Avoid CSS shorthand for proper documentation.
(C) Use spaces to indent each property.
Explanation: