-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
I have the following setup:
node --version
v0.10.28styledocco --version
StyleDocco 0.6.6ruby --version
ruby 2.0.0p481 (2014-05-08) [x64-mingw32]sass --version
Sass 3.3.7 (Maptastic Maple)In a folder I have...
test-scss.scss:
/* Provides extra visual weight and identifies the primary action in a set of buttons.
<button class="btn primary">Primary</button> */
.btn.primary {
background: deeppink;
color: blue;
border: 5px solid aqua;
}When doing styledocco --verbose I get:
spawn ENOENT
styledocco: writing test-scss.scss -> docs\test-scss.html
styledocco: writing C:\my\path\index -> docs\index.htmlThe result is, that the CSS is not applied in the docs.
The same thing works when using .css.
Also everything works on Linux.
Love the project by the way! It's a great help!
Metadata
Metadata
Assignees
Labels
No labels