Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-sass/src/libsass/docs/README.md')
-rw-r--r--node_modules/node-sass/src/libsass/docs/README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/node_modules/node-sass/src/libsass/docs/README.md b/node_modules/node-sass/src/libsass/docs/README.md
deleted file mode 100644
index a233fae..0000000
--- a/node_modules/node-sass/src/libsass/docs/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-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](compatibility-plan.md)!
-
-### Implementing LibSass
-
-If you're interested in implementing LibSass in your own project see the [API Documentation](api-doc.md) which now includes implementing
-your own [Sass functions](api-function.md). You may wish to [look at other implementations](implementations.md) 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](contributing.md)! 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](triage.md) document. | Oh, and don't forget we always follow [[Sass Community Guidelines|http://sass-lang.com/community-guidelines]]. Be nice and everyone else will be nice too! |
-
-Please refer to the steps on [Building LibSass](build.md)