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
Warning:LibSass and SassC are deprecated.
While it will continue to receive maintenance releases indefinitely, there are no
plans to add additional features or compatibility with any new CSS or Sass features.
Projects that still use it should move onto
Dart Sass.
About SassC
SassC is a wrapper around libsass (https://github.com/sass/libsass)
used to generate a useful command-line application that can be installed
and packaged for several operating systems.
SassC currently statically links the libsass library, but might one
day using dynamic linking if libsass supports that in the future.
About Sass
Sass is a CSS pre-processor language to add on exciting, new,
awesome features to CSS. Sass was the first language of its kind
and by far the most mature and up to date codebase.
Sass was originally conceived of by the co-creator of this library,
Hampton Catlin (@hcatlin). Most of the language has been the result of years
of work by Natalie Weizenbaum (@nex3) and Chris Eppstein (@chriseppstein).