Created by: ffoodd
By dividing in the custom property directly:
- code is shorter,
- a single
stylelint-disable
rule - easier override for
padding
s since we only have to change the custom property—without having to think about multiplying what we want by 2.
Any thoughts?