Bedrock
Bedrock is a lightweight, feature-rich front-end framework for developing responsive, mobile first websites and web apps.
Documentation
Bedrock is built using Sass and Grunt.
npm install grunt
grunt watch
Adding To Your Website
<link rel="stylesheet" type="text/css" href="path-to-bedrock/bedrock.css" />
To use the minified version of Bedrock use:
<link rel="stylesheet" type="text/css" href="path-to-bedrock/bedrock.min.css" />
Remember to change path-to-bedrock with the directory path to the Bedrock file.