Making preprocessors un-hyphenated (or should that be unhyphenated) and fixing the is are typo

This commit is contained in:
Michael JL Catlin 2014-10-04 13:13:47 -04:00
parent a62fecba3e
commit d21d780d78
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ title: Sass Basics
- content_for :complementary do
%h3 Topics
%ul.anchors
%li= link_to "Pre-processing", "#topic-1"
%li= link_to "Preprocessing", "#topic-1"
%li= link_to "Variables", "#topic-2"
%li= link_to "Nesting", "#topic-3"
%li= link_to "Partials", "#topic-4"
@ -23,7 +23,7 @@ title: Sass Basics
%ul.slides
%li#topic-1
:markdown
## Pre-processing
## Preprocessing
CSS on its own can be fun, but stylesheets are getting larger, more complex, and harder to maintain. This is where a preprocessor can help. Sass lets you use features that don't exist in CSS yet like variables, nesting, mixins, inheritance and other nifty goodies that make writing CSS fun again.

View File

@ -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 is 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