-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
Hello,
When i launch a simple command like : styledocco www\common\scss
All scss partials files generate their html file documentation in the default folder (docs) but the styles are not compiled.
Example : _button.scss
/* Buttons
<a class="btn">button</a>
<a class="btn btn--small">button</a>
*/
.btn{
padding: 7px 10px;
background:$c1;
color: #fff;
text-transform: uppercase;
border-radius: 3px;
text-align: center;
&--small{
padding: 6px 6px;
font-size: 11px;
font-size: 1.1rem;
}
}
An idea ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels