From 5e84f0c53ad1962dc39960a5f4bc90c0565f6f06 Mon Sep 17 00:00:00 2001 From: Pedro Maltez Date: Mon, 1 Dec 2014 15:36:14 +0000 Subject: [PATCH 1/2] Fix mixed indentation in index.html --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 482ba9b..74ce553 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + @@ -51,13 +51,13 @@
-
-
+
+

What?

Sass is a pre-processing language for CSS. It allows you to write cleaner stylesheets and makes collaboration on your CSS a breeze. There's a ton of information on Sass out there, so we won't repeat it all here. Just make sure to check out the Sass site for tutorials and examples.

Sass was originally written in Ruby. Ruby's great, but people started having a couple of issues. First, we want everyone to enjoy Sass, no matter what language they use. Why restrict everyone to using Ruby? In addition, Ruby can be kind of slow. Lowering compile time for users is important. Enter LibSass.

-

LibSass is a C/C++ port of the Sass engine. The point is to be simple, fast, and easy to integrate. Find out more about the project over at Github.

-
+

LibSass is a C/C++ port of the Sass engine. The point is to be simple, fast, and easy to integrate. Find out more about the project over at Github.

+

SassC

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!

From 964b6f3fa92c60980e8ad2fec210698a11c69067 Mon Sep 17 00:00:00 2001 From: Pedro Maltez Date: Mon, 1 Dec 2014 15:52:51 +0000 Subject: [PATCH 2/2] Make GitHub ribbon clickable in small viewports --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 74ce553..b99466b 100644 --- a/index.html +++ b/index.html @@ -23,8 +23,6 @@