css-gridish icon indicating copy to clipboard operation
css-gridish copied to clipboard

Automatically build your grid design’s CSS Grid code, CSS Flexbox fallback code, Sketch artboards, and Chrome extension.

Results 17 css-gridish issues
Sort by recently updated
recently updated
newest added

Hi there, ![screen shot 2018-04-30 at 15 23 55](https://user-images.githubusercontent.com/12685163/39432612-cede796c-4c8b-11e8-9287-c21713b21995.png) 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...