Home › Forums › CSS › Shorthand and Previous Values › Reply To: Shorthand and Previous Values
January 29, 2015 at 9:43 am
#194616
Participant
Ideally I wouldn’t want to declare them twice (DRY Blah blah blah)
and potentially the query might be lines away from the initial declaration, so I might have to hunt for what the value was.
Or, in the reverse, change the initial declaration and not worry if there was a media query override for that property later on in the code.