Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Shorthand and Previous Values Reply To: Shorthand and Previous Values

#194616
moxieman
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.