IBM / css-gridish

Automatically build your grid design’s CSS Grid code, CSS Flexbox fallback code, Sketch artboards, and Chrome extension.
https://ibm.github.io/css-gridish/
Other
2.25k stars 113 forks source link

Publish the chrome extension to npm? #12

Open milewski opened 6 years ago

milewski commented 6 years ago

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 that can be imported "installed" via the main bundler..

i currently face a situation where i have two projects with slight different grids.. and i have to swap configs constantly... it would be a much nicer workflow if i could have like a devOnly.js file that imports this extension.. and initialize it with the current projects config...

seejamescode commented 6 years ago

Sounds legit to me. Another option would be for the extension to save recently used configs with a dropdown to toggle.

milewski commented 6 years ago

well i went ahead and made a quickly control + c -> control + v version

https://github.com/milewski/css-gridish-grid