◊(Local Yarn Code "View Ticket")

Ticket Hash: 964e8c8e03e306d8ab58ff86281c4da9d55f2888
Title: martin.css.pp needs reorganizing
Status: Verified Type: Code Defect
Severity: Minor Priority: Zero
Subsystem: Resolution: Open
Last Modified: 2020-02-20 05:00:08
Version Found In:
User Comments:
joel added on 2018-09-01 20:27:29:
Right now there’s a long section for mobile-first, then a long section for browsers with CSS Grid support. (Prior to using a preprocessor, this made it easy to disable the grid rules for testing.)

It would be better to have all the rules for each thing right next to each other. Grid-related rules can be enclosed in a form that surrounds them with the correct media query, and a parameter can turn these rules on or off.

Also some of the longer comment blocks need re-wrapping.