This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Package should be called node-scss #154
Labels
Comments
I absolutely agree with this, but I think the problem stems from libsass, which only supports SCSS. The best possible solution would be for libsass to support the indented syntax, but at this point, it doesn’t seem like that’s ever going to happen. |
It would compile Sass if the support was in libsass sass/libsass#16 |
As @kennethormandy and @nschonni mentioned we're really at the mercy of libsass, the language is called Sass (http://sass-lang.com/) and has two different formats, and libsass only supports scss at the moment but may support the old nested style in the future but we won't be changing the name. |
This was referenced Sep 13, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
node-sass suggests the package can compile .sass files to css, which is not the case here, I found this very confusing in the beginning when I though it would compile .sass as well.
The text was updated successfully, but these errors were encountered: