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
|
2018-12-27 16:31:28 -08:00
|
|
|
no_container: true
|
2012-09-09 16:37:46 -07:00
|
|
|
---
|
|
|
|
|
2013-10-13 14:31:48 -04:00
|
|
|
|
2019-03-04 16:50:23 -08:00
|
|
|
.sl-l-grid.sl-l-grid--full.sl-l-large-grid--fit.sl-l-large-grid--center.sl-l-large-grid--gutters-large
|
2018-12-27 16:31:28 -08:00
|
|
|
.sl-l-grid__column
|
|
|
|
%p.sl-c-introduction
|
2018-10-23 15:06:39 -07:00
|
|
|
Sass is the most mature, stable, and powerful professional grade CSS
|
2018-12-27 16:31:28 -08:00
|
|
|
extension language in the world.
|
2018-10-23 15:06:39 -07:00
|
|
|
|
2018-12-27 16:31:28 -08:00
|
|
|
%p.sl-l-grid__column
|
2018-10-23 15:06:39 -07:00
|
|
|
= image_tag 'illustrations/glasses.svg', height: '160', alt: 'Glasses'
|
2012-11-28 03:59:42 -08:00
|
|
|
|
2013-10-09 06:30:53 -04:00
|
|
|
- content_for :section_bottom do
|
2018-12-27 16:31:28 -08:00
|
|
|
%ul.sl-l-grid.sl-l-grid--full.sl-l-medium-grid--gutters-large.sl-l-medium-grid--divide-by-2.sl-l-large-grid--divide-by-3.sl-l-section
|
|
|
|
%li.sl-l-grid__column
|
2018-10-23 15:06:39 -07:00
|
|
|
:markdown
|
2019-12-11 20:46:42 -08:00
|
|
|
## CSS Compatible
|
2018-10-23 15:06:39 -07:00
|
|
|
|
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.
|
2018-10-23 15:06:39 -07:00
|
|
|
|
2018-12-27 16:31:28 -08:00
|
|
|
%li.sl-l-grid__column
|
2018-10-23 15:06:39 -07:00
|
|
|
:markdown
|
2019-12-11 20:46:42 -08:00
|
|
|
## Feature Rich
|
2018-10-23 15:06:39 -07:00
|
|
|
|
2013-10-12 11:51:13 -04:00
|
|
|
Sass boasts more features and abilities than any other CSS extension
|
2018-10-23 15:06:39 -07:00
|
|
|
language out there. The Sass Core Team has worked endlessly to not only
|
|
|
|
keep up, but stay ahead.
|
|
|
|
|
2018-12-27 16:31:28 -08:00
|
|
|
%li.sl-l-grid__column
|
2019-12-11 22:01:12 -08:00
|
|
|
%h2 Mature
|
2018-10-23 15:06:39 -07:00
|
|
|
|
2013-10-11 16:06:20 -04:00
|
|
|
%p
|
|
|
|
Sass has been actively supported for
|
2018-10-23 15:06:39 -07:00
|
|
|
= time_ago_in_words DateTime.parse('Tue Nov 28 19:43:58 2006 +0000')
|
|
|
|
by its loving Core Team.
|
|
|
|
|
2018-12-27 16:31:28 -08:00
|
|
|
%li.sl-l-grid__column
|
2018-10-23 15:06:39 -07:00
|
|
|
:markdown
|
2019-12-11 20:46:42 -08:00
|
|
|
## Industry Approved
|
2018-10-23 15:06:39 -07:00
|
|
|
|
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.
|
2018-10-23 15:06:39 -07:00
|
|
|
|
2018-12-27 16:31:28 -08:00
|
|
|
%li.sl-l-grid__column
|
2018-10-23 15:06:39 -07:00
|
|
|
:markdown
|
2019-12-11 20:46:42 -08:00
|
|
|
## Large Community
|
2018-10-23 15:06:39 -07:00
|
|
|
|
|
|
|
Sass is actively supported and developed by a consortium of several tech
|
|
|
|
companies and hundreds of developers.
|
|
|
|
|
2018-12-27 16:31:28 -08:00
|
|
|
%li.sl-l-grid__column
|
2018-10-23 15:06:39 -07:00
|
|
|
:markdown
|
2019-12-11 20:46:42 -08:00
|
|
|
## Frameworks
|
2018-10-23 15:06:39 -07:00
|
|
|
|
2016-06-30 05:33:23 -04:00
|
|
|
There are an endless number of frameworks built with Sass.
|
2022-11-21 13:10:55 -08:00
|
|
|
[Bootstrap](https://getbootstrap.com/), [Bourbon](http://bourbon.io/), and
|
2018-10-23 15:06:39 -07:00
|
|
|
[Susy](http://susy.oddbird.net/) just to name a few.
|