the-modular-grid
the-modular-grid copied to clipboard
A Chrome extension that superimposes a grid over your web dev mockups.
Per the CSS spec, `max-width` over-rides `width`, but a conflict exists between the two, leaving the width of the grid overlay to be over-ridden by the author’s style sheet.
Change “A modular grid for web development and/or design” so something clearer.
There is no option to allow the user to overlay the grid columns as fixed or fluid.
Users who don’t use a reset or normalized CSS document at the base of their style sheet stack may want an offset option at the `body` or `html` level.
Give the user the option to change the following breakpoints, whose values are inspired by the BBC’s [GEL (Global Experience Language) for Grids](http://www.bbc.co.uk/gel/guidelines/grid): * `breakpoint--x-small: 400px;` * `breakpoint--small: 600px;` *...
Per our conversation last week, I’m assigning this to you, @bluejune8.
Each option should contain the ability to revert back to the initial/default value. Also, it should be possible to reset all the options back to their initial/default values with just...