1.1.6 • Published 5 years ago

@ayup-digital/flexigrid v1.1.6

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

FlexiGrid

GitHub Release Date GitHub issues GitHub npm Twitter Follow
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/flexigrid

Get 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 install

To compile the sass run

npm run build

Make changes to the site (Built with tailwind)

npm run dev

Generate documentation site files

npm run prod

Deployment

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 --tags

Built With

Authors

License

This project is licensed under the GNU License - see the LICENSE.md file for details.

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago