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