GitbookIO / plugin-styles-sass

SASS custom stylesheets instead of CSS
Apache License 2.0
9 stars 10 forks source link

Q: Isn't node-sass upgraded? #6

Open tsuyoshicho opened 7 years ago

tsuyoshicho commented 7 years ago

I tried work in Windows

Problem: Install style-sass work hard; depends node-sass@3.4.1

  1. download fail for

    Cannot download "https://github.com/sass/node-sass/releases/download/v3.4.1/win32-x64-51_binding.node":
  2. build error msbuild v120 with not found function in .dll

  3. build fail msbuild v140 mismatch version

at Visual Studio 2015 Comm. (v140) / msbuild solo install (v120)

Resolved: npm install -g node-sass(current version 4.0.0) are fine. this package binary safe

Regerd.

Nasicus commented 7 years ago

Have the same problem, used your workaround which didn't work for me though. I had to remove styles-sass from book.json. But when I did that my .scss files were ignored...any solutions on this?

Saturate commented 7 years ago

Someone made a fix:

https://www.npmjs.com/package/gitbook-plugin-styles-sass-fix

"plugins": ["styles-sass-fix"],

Nasicus commented 7 years ago

This is my repo :> I hoped I could keep it temporary...but it looks like nothing is happening anymore here...