skeleton-flexbox
v4.0.0
Published
The popular Skeleton CSS boilerplate with Flexbox-Grid and Normalize 8
Downloads
273
Maintainers
Readme
skeleton-flexbox
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
Install with NPM
Install skeleton-flexbox and save to package.json:
npm install skeleton-flexbox --save
Import CSS into the project:
import 'skeleton-flexbox/dist/skeleton-flexbox.css';
Building from source
npm install
npm run buildTo preview locally:
npx serve .Dependencies
- Skeleton (http://getskeleton.com/)
- Flexbox-Grid (https://github.com/kristoferjoseph/flexboxgrid)
- Normalize 8.0.0
