css-gridish
css-gridish copied to clipboard
Automatically build your grid design’s CSS Grid code, CSS Flexbox fallback code, Sketch artboards, and Chrome extension.
Hi there,  This selector seems to be causing some strange behaviour for elements on my site - it looks like it has a...
Do you plan on including offset classes, similar to [Bootstrap](https://getbootstrap.com/docs/3.3/css/#grid-offsetting), or [Foundation](https://foundation.zurb.com/sites/docs/v/5.5.3/components/grid.html)? This could be achieved by modifying `.col--[x]` helper classes to use: ```scss grid-column-end: span 6; ``` And then...
There is a set of utility classnames that you can add to an element that just tells the element how many columns to span at a given breakpoint so you...
There is a set of utility classnames that you can add to an element that just tells the element how many columns to span at a given breakpoint so you...
Hi there! 👋 This is just a suggestion for an enhancement 😄 Would be nice to update this to a CLI that supports flags like: ```bash # Displays capabilities npx...
When I ran `npx css-gridish` I got this error: ```xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance``` macOS 10.13.2 node v...
Hey guys it would be nice if could also publish the chrome extension as a npm package.. (of course would require some tweaking) to make it work as a package...