Question: 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.
Answer: The correct answer of the above question is Option C:Use spaces to indent each property.