htc 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
..
README.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-context-example.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-context-internal.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-context.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-doc.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-function-example.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-function-internal.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-function.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-importer-example.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-importer-internal.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-importer.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-value-example.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-value-internal.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
api-value.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
build-on-darwin.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
build-on-gentoo.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
build-on-windows.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
build-shared-library.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
build-with-autotools.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
build-with-makefiles.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
build-with-mingw.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
build-with-visual-studio.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
build.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
compatibility-plan.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
contributing.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
custom-functions-internal.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
dev-ast-memory.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
implementations.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
plugins.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
setup-environment.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
source-map-internals.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
trace.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
triage.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa
unicode.md 7ca38fdcbb 善行少年PC端首次提交(基础版) 6 mesi fa

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