Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scss compilation #123

Open
gagagast opened this issue Oct 20, 2014 · 2 comments
Open

scss compilation #123

gagagast opened this issue Oct 20, 2014 · 2 comments

Comments

@gagagast
Copy link

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 ?

@highvoltag3
Copy link

Does the file start with _? If so it's probably the same as #104

As a matter of fact this two issues are connected and it's root cause is #124 since the common path between say:

    /styles/sass/partials/_partial1.scss
    /styles/sass/partials/_partial2.scss

Is /styles/sass/partials/_ which is not a real path but fails silently.

@Enkil
Copy link

Enkil commented Feb 10, 2016

Hi!
Can you say how I can fix this problem in my project?
I have much partials scss-files which states with _
and one main.scss with import thems

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants