Skip to content

hypertext/whipcream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whipcream Build Status Dependency Status License

A simple "classless" css framework for everyone.

Visit the Official Website for a live demo.

Installation

Via Bower

bower init
bower install whipcream

Manual Installation

  1. Download whipcream.zip.
  2. Extract whipcream.zip to a folder.
  3. Link whipcream.min.css to your HTML file, for example:
<!doctype html>
<html>
    <head>
        ...
        <link rel="stylesheet" href="css/whipcream.min.css">
        ...
    </head>
    <body>
        ...
    </body>
</html>

Contributing

Contributions are welcome! Go ahead a fork the repo, make changes, and send a pull request. Every pull requests will be reviewed and discussed for necessary changes.

To automatically compile all the Sass files everytime you make changes, execute the following commands:

npm install
gulp watch

Make sure all of your changes before pushing.

About

[abandoned] a simple "classless" css framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published