Version: 0.3.0
Bedrock is a lightweight, feature-rich front-end framework for developing responsive, mobile first websites and web apps.
Bedrock is built using Sass and Grunt.
npm install grunt grunt watch
<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.