View the style library here: http://balihoo.github.io/style-library
The compiled style sheets are available in the build directory.
You can build your own version by cloning the repo, installing npm modules, and then running the gulp build command.
git clone https://github.com/balihoo/style-library.git
npm install
gulp build
This site is build using Jekyll
You can view this locally by installing Jekyll...
gem install jekyll
Then running the Jekyll server...
jekyll serve --baseurl ''
The --baseurl flag is necessary to for local testing.
The site will be available at 0.0.0.0:4000