You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
*/
.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 ?
The text was updated successfully, but these errors were encountered: