A simple "classless" css framework for everyone.
Visit the Official Website for a live demo.
bower init
bower install whipcream
- Download whipcream.zip.
- Extract whipcream.zip to a folder.
- 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>
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.