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