Commit Graph

287 Commits

Author SHA1 Message Date
Natalie Weizenbaum
c5b0886812 Don't include the Sass version name
I plan to phase out the idea of a version name in favor of a purely-numeric
identifier.
2017-07-13 16:23:02 -07:00
Luis Boehme
3a6040de69 Fix misindentation on import code snippet for scss (#189) 2017-07-05 16:13:18 -07:00
Joe Francis
79be5acaf8 Fix case issue of Github vs GitHub (#188) 2017-06-05 13:48:52 -07:00
Tristan Lins
1baefd695f Add jsass to the java wrappers (#185)
* Add jsass to the java wrappers

I have added jsass to the list of java wrapper.
It is also used by the libsass-maven-plugin now.

PS: I'm the developer and maintainer of jsass ;-)

* Fix line length violation

* Remove trailing space
2017-03-28 17:39:02 -07:00
jp-co
7e65cbebec Fixed Compass.app website link (#180) 2017-02-15 16:23:44 -08:00
₍˄・·̫・˄₎
31bbd4eb6d change character count limit 2016-09-17 12:21:49 +02:00
Nick Schonning
9d24d31c6e Update the Libsas links in the Intro (#178)
- libsass.org, just points back to this page
- the primary GitHub repo is under the Sass org now, so skip the redirect from Hampton's repo to the main repo
2016-09-17 12:12:21 +02:00
Nick Schonning
7c13129e75 Wrapped Haml files at 80 characters (#179)
Since the CI system yells about this when you modify them going forward
2016-09-17 12:11:34 +02:00
The Jared Wilcurt
0505090dc9 Scout to Scout-App, OS Support updated (#173)
Scout has been rebranded to Scout-App. OS Support now includes Windows,
Linux, and OSX.
2016-09-06 15:14:40 -07:00
Dustin Ryerson
aba248340f Update scout-app link on install page (#171) 2016-09-05 20:26:03 -07:00
Natalie Weizenbaum
d538fcf343 Merge pull request #167 from GeorgeTG/master
Change gem install command in Linux
2016-07-08 13:17:06 -07:00
Hugo Giraudel
b65fd49731 Added link to SassC (#158) 2016-06-30 11:33:59 +02:00
Chris Bailey
e45e10614d Typo fix (#165) 2016-06-30 11:33:23 +02:00
Nirmalya Ghosh
988a604644 updated the year in the footer (#163) 2016-06-30 11:31:05 +02:00
George T. Gougoudis
71bf8252e0
Change gem install command in Linux 2016-06-26 15:51:57 +03:00
Hugo Giraudel
16dc8769e6 Normalised LibSass capitalisation 2016-02-27 13:58:18 +01:00
youmoo
23a987c9d2 fix typo 2016-02-16 10:02:56 +08:00
Leonard Lamprecht
281d5d5650 Double quotes and improved structure 2015-12-30 11:40:12 +01:00
Leonard Lamprecht
b43db50343 Remove trailing whitespace and add double quotes 2015-12-30 11:39:57 +01:00
Leonard Lamprecht
1c6149a235 Position background differently on big screens 2015-12-30 11:30:34 +01:00
jina
5102766f5b Merge pull request #148 from rodneyrehm/patch-1
fix(libsass.html): correcting link to sass.js playground
2015-12-06 16:33:50 -08:00
Rodney Rehm
d7a31c96ed 80 character lines, why not 2015-12-07 01:28:03 +01:00
Chris Eppstein
5397108cf8 Grammar change from a user who emailed us. 2015-11-25 13:07:05 -08:00
Roy Tomeij
2888818307 Change 'Sass Repo' link in footer to 'Sass on GitHub' 2015-11-13 13:35:28 -06:00
Rodney Rehm
e233bd2ed5 fix(libsass.html): correcting link to sass.js playground 2015-10-27 14:35:45 +05:00
UNA A. KRAVETS
c341986dc1 added documentation on processing CSS with Sass in terminal to resolve #134 2015-10-24 16:34:48 -05:00
jina
35bda8b564 put sassy stickers & colors back up 2015-10-13 17:13:58 -07:00
jina
64fa4c1ce0 Merge branch 'master' of https://github.com/vanamco/sass-site into vanamco-master 2015-10-13 17:08:45 -07:00
jina
9a215cc641 Merge branch 'syntax-switcher' of https://github.com/Mr21/sass-site into Mr21-syntax-switcher 2015-10-13 17:06:04 -07:00
jina
ffbafff55e syntax fixes 2015-10-13 17:02:12 -07:00
jina
79fada4ee1 Merge branch 'master' of github.com:sass/sass-site into contribute 2015-10-13 16:55:38 -07:00
jina
8aac006d61 update gems, cleanup, and surface implementation guide better 2015-10-13 16:55:29 -07:00
Michał Ordon
601f1bd66f Remove Mixture from the Install page
Mixture is no longer available for download
2015-09-17 18:02:37 +01:00
Natalie Weizenbaum
1627d9e9ed Rewrite the contribution section.
The high-level goal of this rewrite is to make it easier to contribute.
It focuses less on requirements, especially for tweaks that can easily
be added by Chris and I after the fact, and more on familiarizing
potential contributors with what to do and how to get help with it.
2015-08-28 18:01:52 -07:00
Thomas Tortorini
598150cca3 Adding and removing '.ui-state-hover' is apparently no longer needed 2015-08-14 08:53:24 +02:00
Thomas Tortorini
7fbdb0923f Improve selection for initializing the ui-tabs 2015-08-14 08:40:12 +02:00
Thomas Tortorini
2afc346f0f Switch all the Sass/SCSS tabs together 2015-08-14 08:20:00 +02:00
Thomas Tortorini
99baca03d3 code-snippets, align the Sass code with the SCSS code 2015-08-14 07:51:12 +02:00
Florian
ede401d221 Add link to Ghostlab to install page 2015-08-07 13:51:21 +02:00
Thomas Tortorini
08db1eb744 code-snippets, fix, comment type
// base.sass
/* base.scss */
2015-08-06 03:49:43 +02:00
oesgalha
6a2f1e4956 Pointing to sassc-ruby as the ruby port to libSass because ruby-libsass is deprecated. 2015-08-04 12:07:42 -03:00
jina
60dc1b5647 Trans Justice Funding Message 2015-06-26 10:36:55 -07:00
jina
881370f009 #lovewins 2015-06-26 08:57:24 -07:00
jina
9aa838803f Fix merge conflict 2015-06-05 15:11:10 -07:00
jina
f99f2922cf reorg top sections 2015-06-05 13:29:39 -07:00
jina
f6f753ec53 add link from community page 2015-06-05 13:25:44 -07:00
jina
ab8d359987 Add column forematting 2015-06-03 14:07:57 -07:00
Natalie Weizenbaum
fbbb7eb25e Add an Implementation Guide.
This is designed to help creators of new Sass implementations know where
to start and what to avoid.
2015-05-29 16:06:52 -07:00
Michael JL Catlin
aa7d98bd44 Switching banner back to Sass stickers
Removing Camp Sass banner
2015-04-04 15:54:23 -04:00
jina
e148075b3c Sass, not SASS. :) 2015-04-01 16:51:37 -07:00