-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Bug] Error: expected a variable name - with foundation scss since beta5 #840
Comments
IMO this is fixed with sass/libsass#1051. Can you test? |
@mgreter Yes, this fixes this error. But now another error occurs: Build failed. // We use this mixin to turn on/off HTML5 number spinners
@mixin html5number($browser, $on:true) {
@if $on==false {
@if $browser==webkit {
-webkit-appearance: none;
margin: 0;
} @else if $browser==moz {
-moz-appearance: textfield;
}
}
} @if $on==false { is line 366 |
@wzrdtales, thank you for reporting the issue. As you probably know already, this issue belongs to libsass and you have opened the issue in libsass issue tracker. Since @xzyfer has fixed this issue and asked for the feedback, please try the following steps: # this is bash or powershell
#
# assuming you have python 2.6 / 2.7 installed
# assuming you have GCC 4.7+ or VS2013 Update 4+ installed
#
mkdir /tmp
cd /tmp
git clone https://github.com/sass/node-sass --recursive
cd node-sass
git submodule update --init --recursive
cd src/libsass
git pull --rebase origin master
cd ../..
npm install
node scripts/build -f
node # entering njs REPL require('./').renderSync({
file: 'path/to/foundation.scss'
}).css.toString() |
was away some time, going to test it now |
@am11 ok the original described problem is fixed, but it still doesn't work completely together with foundation:
This is the line throwing the failure:
|
@am11 should i open a new issue for you, or will you do this yourself? |
@wzrdtales, this is a syntax issue related to libsass. I have opened it at sass/libsass#1068. The chances of getting issues fixed are higher if simple repro steps are provided; or in other words creating an SSCCE. So lets track this issue at: sass/libsass#1068. 8-) |
Hello together,
Since [email protected] the errors below occur, I have tested it with [email protected] and everything works fine again.
with the following content of this line:
This seems to be a problem related to the commit
sass/libsass@fd1814c#diff-1c5f5dc7b5df73e7fb17abd6b3bd57d0
An upstream issue is already open here
sass/libsass#1059
The text was updated successfully, but these errors were encountered: