jacobrask / styledocco

Automatically generate a style guide from your stylesheets.
http://jacobrask.github.com/styledocco/
MIT License
1.07k stars 119 forks source link

How to get access to the options from docs.previews.js #62

Closed vytch closed 11 years ago

vytch commented 11 years ago

Hi

I am trying to see how I could solve the issue where we could not display the sprite in the preview unless we specify a global url in the css.

I have found that I could modify the CSS in the docs.preview file so all the urls could be changed.

What I am trying to do now if to get the bash URL from the command line arguments. Do you know how I could get it? Are those arguments accessible?

Let me know if you want me to provide more info.