UImini is a modern responsive CSS framework based on Flexbox. Full responsive and available for free
You have the following options to get UImini:
Latest release
Download the latest release with pre-built CSS and JS.
NPM
Install with npm
$ npm install uiminiYarn
Install with yarn
$ yarn add uiminiBuild From Source
Optionally, you can build UImini from its source on Github. To do this, you'll need to have Node.js and npm installed. I use Gulp to build UImini.
$ git clone https://github.com/vedees/uimini.git
$ cd uimini
$ npm install
$ npm run startUImini uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, UImini is compatible with recent versions of:
- Chrome
- Firefox
- Opera
- Safari
- Edge
- Internet Explorer (10+)
Browse the online documentation here.
UImini is MIT licensed.