We love pull requests from everyone, and this is the place to go in order to publish one of those pull requests :)
-
Fork, then clone the repo:
git clone git@github.com:your-username/flexgrid.css.git -
Install dependencies:
npm install -
Work only in the
src/flexgrid.scssfile, and develop using gulp:gulp watch // => watches flexgrid.scss for changes and compiles to dist gulp // => compiles to dist -
Push to your fork and submit a pull request.
At this point you're waiting on us. We like to at least comment on pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted:
- Add examples. Use the index.html file as a base.