@ayup-digital/flexigrid v1.1.6
FlexiGrid
This project is a fully working flexbox grid system.
You can find documentation on how to use it here! this package is based on flexicution.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Installing
To use this grid in your project install it via npm!
npm i @ayup-digital/flexigridGet started using the default classes by simply importing the classes file into your sass file.
@import "node_modules/@ayup-digital/flexigrid/flexigrid-classes"For details on how to use the classes you can find the documentation here!
Contribute!
To make changes to this grid heres how to get set up for developement.
Firstly run to install all of the dependencies:
npm installTo compile the sass run
npm run buildMake changes to the site (Built with tailwind)
npm run devGenerate documentation site files
npm run prodDeployment
To release a new version to npm and update the tags on git use the below command
npm version [version number e.g. 1.0.1] && npm publish && git push --tagsBuilt With
- node sass - Sass build tool
- Flexicution - Code used as basis
- Tailwind - Documentation site CSS framework
- Webpack - Site build tool
Authors
License
This project is licensed under the GNU License - see the LICENSE.md file for details.