Skip to content

herereadthis/sunflash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunflash

Bower version Build Status devDependency Status

Sunflash is a CSS library of utilities and helper classes that every website uses

Build

$ git clone https://github.com/herereadthis/sunflash.git
$ cd sunflash/
$ npm install
$ grunt

CSS importing

Recommended: Add Sunflashas a Bower dependency

$ bower install --save sunflash

Alternative: Add Sunflash as a submodule

$ cd my_repo
$ git submodule add https://github.com/herereadthis/sunflash.git
$ git add sunflash .gitmodules
$ git commit -m "adds Sunflash submodule"

As LESS: Add to your imports

@import "/PATH_TO/../sunflash/src/less/sunflash.less";

About

CSS library of utilities and classes used by every website

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published