You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LibSass is only a library and is not a program that a user would directly interact with, whereas SassC or node-sass are programs designed for end-users to use.
Although you might expect node-sass (or more specifically node-sass-binaries) to have binaries for different operating systems, it actually just seems to contain node specific bindings to LibSass, and nothing we could make use of.
We should liaise with @avsmithy before doing any work on this issue since he has a good idea of the way in which SASS will be used, and whether there are any integration considerations that need to be taken into account.
Write a plugin(s) that bundles and compiles
.sass
files.The text was updated successfully, but these errors were encountered: