mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
Merge pull request #161 from HugoGiraudel/patch-2
[RFR] Normalised LibSass capitalisation
This commit is contained in:
commit
8bf370cfa7
@ -1,11 +1,11 @@
|
||||
---
|
||||
title: libSass
|
||||
title: LibSass
|
||||
---
|
||||
|
||||
%p.introduction
|
||||
We want everyone to enjoy Sass, no matter what language they use. Sass was
|
||||
originally written in Ruby.
|
||||
= link_to "libSass", "http://libsass.org/"
|
||||
= link_to "LibSass", "http://libsass.org/"
|
||||
is a C/C++ port of the Sass engine. The point is to be simple, faster, and
|
||||
easy to integrate. Find out more about the project over at
|
||||
= succeed "." do
|
||||
@ -16,7 +16,7 @@ title: libSass
|
||||
|
||||
LibSass is just a library. To run the code locally (i.e. to compile your stylesheets), you need an implementer, or "wrapper". There are a number of other wrappers for LibSass. We encourage you to write your own wrapper - the whole point of Libsass is that we want to bring Sass to many other languages, not just Ruby!
|
||||
|
||||
Below are the libSass wrappers that we're currently aware of. Sometimes there are multiple wrappers per language – in those cases, we put the most recently-updated wrapper first.
|
||||
Below are the LibSass wrappers that we're currently aware of. Sometimes there are multiple wrappers per language – in those cases, we put the most recently-updated wrapper first.
|
||||
|
||||
%ul.slides
|
||||
%li#sassc
|
||||
@ -25,7 +25,7 @@ title: libSass
|
||||
|
||||
SassC (get it?) is an wrapper written in C.
|
||||
|
||||
To run the compiler on your local machine, you need to build SassC. To build SassC, you must have either a local copy of the libSass source or it must be installed into your system. For development, please use the source version. You must then setup an environment variable pointing to the LibSass folder, for example:
|
||||
To run the compiler on your local machine, you need to build SassC. To build SassC, you must have either a local copy of the LibSass source or it must be installed into your system. For development, please use the source version. You must then setup an environment variable pointing to the LibSass folder, for example:
|
||||
|
||||
~ partial "code-snippets/libsass-setup"
|
||||
|
||||
@ -37,16 +37,16 @@ title: libSass
|
||||
%li#go
|
||||
:markdown
|
||||
### Go
|
||||
[Wellington](https://github.com/wellington/wellington) is an extension to libsass that adds spriting and is available on brew:
|
||||
[Wellington](https://github.com/wellington/wellington) is an extension to LibSass that adds spriting and is available on brew:
|
||||
|
||||
`brew install wellington`
|
||||
|
||||
There are also three other libsass wrappers in go: [gosass](https://github.com/moovweb/gosass), [go-sass](https://github.com/SamWhited/go-sass) and [go_sass](https://github.com/suapapa/go_sass) which have not been updated in a while.
|
||||
There are also three other LibSass wrappers in go: [gosass](https://github.com/moovweb/gosass), [go-sass](https://github.com/SamWhited/go-sass) and [go_sass](https://github.com/suapapa/go_sass) which have not been updated in a while.
|
||||
|
||||
%li#java
|
||||
:markdown
|
||||
### Java
|
||||
There is one Java wrapper – the [libSass Maven plugin](https://github.com/warmuuh/libsass-maven-plugin).
|
||||
There is one Java wrapper – the [LibSass Maven plugin](https://github.com/warmuuh/libsass-maven-plugin).
|
||||
|
||||
%li#javascript
|
||||
:markdown
|
||||
@ -92,14 +92,14 @@ title: libSass
|
||||
%li#ruby
|
||||
:markdown
|
||||
### Ruby
|
||||
libSass has also been ported back into ruby, for the [sassc-ruby](https://github.com/sass/sassc-ruby) project.
|
||||
LibSass has also been ported back into ruby, for the [sassc-ruby](https://github.com/sass/sassc-ruby) project.
|
||||
|
||||
%li#scala
|
||||
:markdown
|
||||
### Scala
|
||||
The only scala project, [Sass-Scala](https://github.com/kkung/Sass-Scala), hasn't been updated in a couple of years.
|
||||
|
||||
%h2 About libSass
|
||||
%h2 About LibSass
|
||||
|
||||
:markdown
|
||||
This project is the brainchild of
|
||||
|
Loading…
Reference in New Issue
Block a user