Skip to content

GA-MO/grid-flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gridflex

gridflex.css is a lightweight, responsive Grid layout with Display flex. Live demo

Getting started

Get started with gridflex in your projects. You can either manually install or use NPM.

Install manually

Download the compiled and minified gridflex CSS file or SCSS file .

Install with CDN

https://cdn.rawgit.com/GA-MO/gridflex/2ef49dfb/lib/gridflex.css

Install with NPM

$ npm install gridflex --save

After install, you'll need to include the CSS file

import 'gridflex/lib/gridflex.css';

And include it in your website or Web app <head> part.

<link rel="stylesheet" href="dist/gridflex.css" />

Releases

No releases published

Packages

No packages published