2.2.0 • Published 6 years ago

flexy-ui v2.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Flexy

A slim lightweight Flexbox utility layout library (Or a cool acronym FULL, totally intentional).

Notes:

Getting Started:

Installation

npm install flexy-ui yarn add flexy-ui

How to Use:

If using webpack:

- @import ~flexy/src/styles

If relative path:

- @import ./<path>/flexy/src/styles

Note: You can also edit you build alias resolution to do a straight @import 'flexy-ui'

Once you have imported the library at your required level it becomes as easy as using normal classes on your HTML, or using @include to use a mixin.

Contribution Guide:

Found here