-
Notifications
You must be signed in to change notification settings - Fork 202
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
Cannot get responsive silent classes to work with Grunt #83
Comments
You have to declare the % things then call to them On Sun, Jan 4, 2015 at 4:29 PM, robertfyffe notifications@github.com
++++++++++++++++++++ |
They are all ready declared in the grid SASS file. |
Did you set |
yeah it is set as well. |
@robertfyffe are you using |
@unwiredbrain I am using compass to compile my SASS files. |
Ah well, I don't know then 😄 I had very similar issues back in the day when I tried to use silent classes and node-sass. Sorry I can't be of any help. |
Using codekit to compile does only output the empty breakpoints but no silent classes |
I have the latest version of SASS & Grunt installed. When I try to extend a responsive class like so:
.project {
@extend %grid__item;
@extend %one-third;
@extend %desk--one-third;
}
I get the following compile error:
project" failed to @extend "%desk--one-third".
The selector "%desk--one-third" was not found.
Use "@extend %desk--one-third !optional" if the extend should be able to fail.
I am also using the latest sass file from this repository. Any suggestions as to the problem?
Thanks
Robert
The text was updated successfully, but these errors were encountered: