gzsupos / flex.css

Flex based CSS grid

Home Page:https://rawgit.com/gzsupos/flex.css/master/demo/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Flex.css]

Flex based CSS grid

Browser support

  • Chrome
  • Edge
  • Firefox
  • Internet Explorer 10+
  • Opera
  • Safari 9.1+

Install

Using bower:

bower install flex.css

How to use

Either include flex.min.css file located in the dist folder:

<link rel="stylesheet" href="YOUR_STYLE_PATH/flex.min.css">

or include the flex.scss for customiization, do not modify the _variables.scss, instead add those changes to your own settings.

Development

Install the npm packages described in the package.json and verify that it works:

$ git clone https://github.com/gzsupos/flex.css.git
$ npm i -g gulp
$ npm install
$ gulp

About

Flex based CSS grid

https://rawgit.com/gzsupos/flex.css/master/demo/index.html

License:MIT License


Languages

Language:CSS 75.3%Language:HTML 22.5%Language:JavaScript 2.2%