wwsun / seu-css

A extremely light-weight css framework for your website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seu-css

A extremely light-weight css framework for your website.

Use

Use npm to download seu-css

npm install seu-css --save

Import the seu-css.css in your HTML file.

Build

Rebuild the less to css, execute the following commands:

npm install
gulp build-css

or execute

gulp

to watch the file changes.

Docs

12 columns grid system

About

A extremely light-weight css framework for your website.

License:MIT License


Languages

Language:CSS 94.7%Language:JavaScript 5.3%