2012-09-09 16:37:46 -07:00
|
|
|
---
|
2013-10-09 06:30:53 -04:00
|
|
|
title: Syntactically Awesome Style Sheets
|
|
|
|
h1: CSS with superpowers
|
2012-09-09 16:37:46 -07:00
|
|
|
---
|
|
|
|
|
2013-10-13 14:31:48 -04:00
|
|
|
|
|
|
|
.hero-lockup
|
2015-01-07 02:39:20 -02:00
|
|
|
%p.hero-image= image_tag "illustrations/glasses.svg", height: "160", alt: "Glasses"
|
2013-10-13 14:31:48 -04:00
|
|
|
%p.introduction
|
|
|
|
Sass is the most mature, stable, and powerful professional grade CSS
|
|
|
|
extension language in the world.
|
2012-11-28 03:59:42 -08:00
|
|
|
|
2013-10-09 06:30:53 -04:00
|
|
|
- content_for :section_bottom do
|
2013-10-12 14:25:16 -04:00
|
|
|
%ul.list-tiled
|
2013-10-11 16:06:20 -04:00
|
|
|
%li
|
|
|
|
%h3 CSS Compatible
|
|
|
|
%p
|
2013-10-12 11:51:13 -04:00
|
|
|
Sass is completely compatible with all versions of CSS. We take this
|
|
|
|
compatibility seriously, so that you can seamlessly use any available
|
|
|
|
CSS libraries.
|
2013-10-11 16:06:20 -04:00
|
|
|
%li
|
|
|
|
%h3 Feature Rich
|
|
|
|
%p
|
2013-10-12 11:51:13 -04:00
|
|
|
Sass boasts more features and abilities than any other CSS extension
|
|
|
|
language out there. The Sass Core Team has worked endlessly to not
|
|
|
|
only keep up, but stay ahead.
|
2013-10-11 16:06:20 -04:00
|
|
|
%li
|
|
|
|
%h3 Mature
|
|
|
|
%p
|
|
|
|
Sass has been actively supported for
|
|
|
|
= time_ago_in_words DateTime.parse("Tue Nov 28 19:43:58 2006 +0000")
|
2013-10-12 11:51:13 -04:00
|
|
|
by its loving Core Team.
|
2013-10-11 16:06:20 -04:00
|
|
|
%li
|
|
|
|
%h3 Industry Approved
|
|
|
|
%p
|
2013-10-12 11:51:13 -04:00
|
|
|
Over and over again, the industry is choosing Sass as the premier CSS
|
2013-10-15 16:06:36 -07:00
|
|
|
extension language.
|
2013-10-11 16:06:20 -04:00
|
|
|
%li
|
|
|
|
%h3 Large Community
|
2013-10-12 11:51:13 -04:00
|
|
|
%p
|
|
|
|
Sass is actively supported and developed by a consortium of several
|
|
|
|
tech companies and hundreds of developers.
|
2013-10-11 16:06:20 -04:00
|
|
|
%li
|
|
|
|
%h3 Frameworks
|
|
|
|
%p
|
2016-06-30 05:33:23 -04:00
|
|
|
There are an endless number of frameworks built with Sass.
|
2013-10-11 16:06:20 -04:00
|
|
|
= succeed "," do
|
2013-10-09 06:30:53 -04:00
|
|
|
= link_to "Compass", "http://compass-style.org/"
|
2013-10-11 16:06:20 -04:00
|
|
|
= succeed "," do
|
2013-10-09 06:30:53 -04:00
|
|
|
= link_to "Bourbon", "http://bourbon.io/"
|
2013-10-11 16:06:20 -04:00
|
|
|
and
|
|
|
|
= link_to "Susy", "http://susy.oddbird.net/"
|
2013-10-12 11:51:13 -04:00
|
|
|
just to name a few.
|
2013-05-19 14:10:55 -07:00
|
|
|
|
2013-10-09 06:30:53 -04:00
|
|
|
- content_for :complementary do
|
|
|
|
.get-started
|
|
|
|
%h3 Getting Started Is Easy
|
2013-05-19 13:40:03 -07:00
|
|
|
%ol
|
2013-05-19 14:10:55 -07:00
|
|
|
%li= link_to "Install Sass", "install"
|
|
|
|
%li= link_to "Learn Sass", "guide"
|
|
|
|
%li= link_to "Get Involved", "community"
|