3.0.0-beta.3 • Published 6 years ago

skeleton-flexbox v3.0.0-beta.3

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

skeleton-flexbox

Setup

skeleton-flexbox modernises the popular Skeleton boilerplate by replacing its traditional grid system with Flexbox-Grid (http://flexboxgrid.com), and updating Normalize to version 8

Simply add one of the CSS or SCSS files in the dist/ directory to your project (dist/skeleton-flexbox.min.css is recommended for production)

For documentation on using Flexbox-Grid: http://flexboxgrid.com

For documentation on using Skeleton: http://getskeleton.com

Gulp setup based on: simple-gulp-setup (https://github.com/andreobriennz/simple-gulp-setup)

Install with NPM

Install skeleton-flex and save to package.json:

npm install skeleton-flexbox --save

Import CSS into the project:

import 'skeleton-flexbox/dist/skeleton-flexbox.css';

Dependencies

View demo