You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
mahdi 0cb8d673d7 update 3 years ago
..
README.md update 3 years ago
api-context-example.md update 3 years ago
api-context-internal.md update 3 years ago
api-context.md update 3 years ago
api-doc.md update 3 years ago
api-function-example.md update 3 years ago
api-function-internal.md update 3 years ago
api-function.md update 3 years ago
api-importer-example.md update 3 years ago
api-importer-internal.md update 3 years ago
api-importer.md update 3 years ago
api-value-example.md update 3 years ago
api-value-internal.md update 3 years ago
api-value.md update 3 years ago
build-on-darwin.md update 3 years ago
build-on-gentoo.md update 3 years ago
build-on-windows.md update 3 years ago
build-shared-library.md update 3 years ago
build-with-autotools.md update 3 years ago
build-with-makefiles.md update 3 years ago
build-with-mingw.md update 3 years ago
build-with-visual-studio.md update 3 years ago
build.md update 3 years ago
compatibility-plan.md update 3 years ago
contributing.md update 3 years ago
custom-functions-internal.md update 3 years ago
dev-ast-memory.md update 3 years ago
implementations.md update 3 years ago
plugins.md update 3 years ago
setup-environment.md update 3 years ago
source-map-internals.md update 3 years ago
trace.md update 3 years ago
triage.md update 3 years ago
unicode.md update 3 years ago

README.md

Welcome to the LibSass documentation!

First Off

LibSass is just a library. To run the code locally (i.e. to compile your stylesheets), you need an implementer. SassC (get it?) is an implementer written in C. There are a number of other implementations of LibSass - for example Node. We encourage you to write your own port - the whole point of LibSass is that we want to bring Sass to many other languages, not just Ruby!

We're working hard on moving to full parity with Ruby Sass... learn more at the The-LibSass-Compatibility-Plan!

Implementing LibSass

If you're interested in implementing LibSass in your own project see the API Documentation which now includes implementing your own Sass functions. You may wish to look at other implementations for your language of choice. Or make your own!

Contributing to LibSass

Issue Tracker Issue Triage Community Guidelines
We're always needing help, so check out our issue tracker, help some people out, and read our article on Contributing! It's got all the details on what to do! To help understand the process of triaging bugs, have a look at our Issue-Triage document. Oh, and don't forget we always follow [[Sass Community Guidelines

Please refer to the steps on Building LibSass