Created
May 22, 2013 02:28
-
-
Save matiskay/5624860 to your computer and use it in GitHub Desktop.
Generates CSS documentation from scss using styledocco
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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