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

grunt dies on sass: !global #2

Open
ptim opened this issue Aug 5, 2014 · 1 comment
Open

grunt dies on sass: !global #2

ptim opened this issue Aug 5, 2014 · 1 comment
Assignees
Labels

Comments

@ptim
Copy link

ptim commented Aug 5, 2014

Hi! Tx for the generator…

Not sure if I'm missing something here -

On a fresh install, I'm getting an error on grunt serve:

Warning: Syntax error: Invalid CSS after "...uote:    \201C ": expected "}", was "!global;"
            on line 8 of app/css/../../bower_components/inuit.css/base/_quotes.scss
            from line 162 of app/css/../../bower_components/inuit.css/_inuit.scss
            from line 18 of app/css/style.scss

the line in question is:

@if $english-quotes == true{
    $open-quote:    \201C !global;
    $close-quote:   \201D !global;
}

and if I comment them out, the stylesheet compiles and the grunt watches as expected… not sure if I missed something in the install?

@tgdev
Copy link
Owner

tgdev commented Aug 9, 2014

Hey @ptim ,

So it looks like Harry Robert's is using the !global which is a feature of Sass 3.3 not 3.2.
I can update the readme to let people know Inuit requires Sass 3.3 not 3.2 as previously thought.

For yourself, you can try putting the !globals back into the quotes.scss module and updating to Sass 3.3 or just leave it how it is.

Thanks for letting me know.

@tgdev tgdev self-assigned this Aug 9, 2014
@tgdev tgdev added the bug label Aug 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants