Skip to content

Instantly share code, notes, and snippets.

@matiskay
Created May 22, 2013 02:28
Show Gist options
  • Save matiskay/5624860 to your computer and use it in GitHub Desktop.
Save matiskay/5624860 to your computer and use it in GitHub Desktop.
Generates CSS documentation from scss using styledocco
#! /bin/bash
# Styledocco Information
# http://jacobrask.github.io/styledocco/
# # styledocco -n "doc" scss
# Style docco using sasss
# https://github.com/dzignus/compass-styledocco-example
styledocco -n "docs" --preprocessor "sass --compass" scss/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment