Go to file
₍˄ุ.͡˳̫.˄ุ₎ 14028a6c56 Merge pull request #64 from malrase/master
I can't spell April
2014-03-20 12:44:45 -07:00
data Closes #24 and Closes #56 -- Adds libSass resources and implementations to the Community page. @hcatlin made a website for libSass, so rather than making a new page, we can link to that for now. 2014-03-13 17:01:47 -07:00
helpers Lots of clean up. 2013-10-14 15:52:40 -04:00
source I can't spell April 2014-03-20 12:25:01 -07:00
.gitattributes - Replace Octopress files with Middleman, per Basecamp discussion. 2012-09-09 16:37:46 -07:00
.gitignore Fixes #39 — Adds SCSS/Sass syntax switcher to Guide. 2014-03-13 22:04:34 -07:00
config.rb Enable gzip compression via Rack. 2013-10-16 23:51:08 -04:00
config.ru redirect about to home, since it doesn't exist right now. 2013-10-24 17:44:23 -07:00
Gemfile Support a real 404 page. 2013-10-16 23:46:28 -04:00
Gemfile.lock Fixes #39 — Adds SCSS/Sass syntax switcher to Guide. 2014-03-13 22:04:34 -07:00
Rakefile Don't require rubocop when building the Sass docs. 2014-03-07 18:18:29 -08:00
README.md Update README.md 2013-11-11 08:45:05 -10:00

sass-lang.com

Contributing

If you would like to contribute to the Sass website, please do the following:

  • Check out the style guide for design & code standards.
  • Write a detailed description of what you're adding in the pull request (screenshots help).
  • Add any new UI elements to the style guide.
  • Submit the pull request.
  • Drink whisky.

Running Locally

This site is built with middleman, a Ruby framework for building static sites.

You will need Ruby, rubygems and bundler installed before you can run the site locally.

If the above dependencies are installed, in your command line of preference, navigate to the project repo and run:

bundle install
middleman

Thanks!

Team Sass Design