Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Gulp-ruby-sass and "! global" statement #57

Closed
ludo237 opened this issue Jun 12, 2014 · 1 comment
Closed

Gulp-ruby-sass and "! global" statement #57

ludo237 opened this issue Jun 12, 2014 · 1 comment

Comments

@ludo237
Copy link

ludo237 commented Jun 12, 2014

Hello everyone.
I'm not a SCSS expert so, maybe, I'm writing it wrong but when I try to do something like

[Other code ]
  $prefix-webkit: $original-prefix-webkit ! global;
[Other code]

Gulp throws me an exception
Syntax error: Invalid CSS after "...dules, $name) !": expected identifier, was " global;"

The solution is easy, just remove the ! near the global identifier but I know that that is a correct SCSS statement so gulp might be wrong. Anyone has this issue?
I'm using

[gulp] CLI version 3.6.2
[gulp] Local version 3.8.0
@sindresorhus
Copy link
Owner

This is not the right place to get Sass support. Try StackOverflow or the Sass issue tracker.

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

No branches or pull requests

2 participants