Open paulwellnerbou opened 9 years ago
I found a way to make this work... at least in chrome.
Unfortunately this is working in Chrome, but does not work in Firefox. It seems to have something to do with the preview iframe URL. In Firefox there is "data:text/html;...." (which generates a URL like chrome://browser/... for images referenced in CSS), in Chrome the iframe URL is the local URL with an anchor.
I created a test project showing this problem: https://github.com/paulwellnerbou/styledocco-test-project
I am working in a big, grown project with hells of CSS, trying to introduce SCSS/SASS and Styledocco there step for step.
For the examples of the output styledocco gives me (we are using maven and grunt), I include generated sprite css files (which works fine with the include option). Is there any way to include the images the CSS is relying on as well?