sass-site/data/community.yml
Natalie Weizenbaum aacb770ea7 Fix HTML-Proofer on Travis (#293)
* Remove a blog that's no longer about Sass

* Add problem URLs to the HTML-Proofer whitelist
2019-03-04 15:01:34 -06:00

127 lines
5.9 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

tutorials:
- name: "Code School"
url: "http://www.codeschool.com/courses/assembling-sass"
- name: "LevelUp Tuts"
url: "http://leveluptuts.com/tutorials/sass-tutorials"
- name: "Lynda.com"
url: "http://www.lynda.com/CSS-tutorials/CSS-LESS-SASS/107921-2.html"
books:
- name: "Sass in the Real World: book 1 of 4"
url: "http://anotheruiguy.gitbooks.io/sassintherealworld_book-i/"
- name: "Sass in the Real World: book 2 of 4"
url: "http://anotheruiguy.gitbooks.io/sass-in-the-real-world-book-2-of-4/"
- name: "Sass for Web Designers (Nov 2013)"
url: "http://www.abookapart.com/products/sass-for-web-designers"
- name: "Sass and Compass in Action (Aug 2013)"
url: "http://manning.com/netherland/"
- name: "Sass and Compass for Designers (April 2013)"
url: "http://www.packtpub.com/sass-and-compass-for-designers/book"
- name: "Pragmatic Guide to Sass (Dec 2011)"
url: "http://pragprog.com/book/pg_sass/pragmatic-guide-to-sass"
blogs:
- name: "The Sass Way"
url: "http://thesassway.com/"
- name: "CSS-Tricks"
url: "http://css-tricks.com/search-results/?q=sass"
- name: "NetTuts"
url: "http://net.tutsplus.com/?s=sass"
- name: "Unmatched Style"
url: "http://www.google.com/cse?cx=partner-pub-1988806651014029%3A4kuybaak597&ie=ISO-8859-1&q=sass#gsc.tab=0&gsc.q=sass&gsc.page=1"
- name: "Sass Bites"
url: "http://www.youtube.com/sassbites"
- name: "Sass News Weekly"
url: "http://www.sassnews.com"
projects:
- name: "libSass"
url: "/libsass"
description: "a CSS (and Sass!) authoring framework"
- name: "Compass"
url: "http://compass-style.org/"
description: "a CSS (and Sass!) authoring framework"
- name: "Susy"
url: "http://susy.oddbird.net/"
description: "a responsive grid layout built for Compass"
- name: "Bourbon"
url: "http://bourbon.io/"
description: "a lightweight mixin library"
- name: "Neat"
url: "http://neat.bourbon.io/"
description: "a mixin-based grid layout system"
- name: "Sache"
url: "http://www.sache.in/"
description: "a place to find Sass and Compass extensions"
- name: "SassMeister"
url: "http://sassmeister.com/"
description: "a tool for trying Sass in the browser"
- name: "Zurb Foundation"
url: "http://foundation.zurb.com/"
description: "a responsive front-end framework"
- name: "Rock Hammer"
url: "https://github.com/malarkey/rock-hammer/"
description: "a starting framework with some basic styles for a project"
- name: "Bootstrap"
url: "https://github.com/twbs/bootstrap-sass"
description: "the ubiquitous framework… this time written in Sass!"
- name: "Inuit.css"
url: "http://inuitcss.com/"
description: "a powerful, scalable, Sass-based, BEM, OOCSS framework"
- name: "flexiblegs"
url: "https://dnomak.com/flexiblegs/"
description: "Flexible Grid System"
- name: "SassDoc"
url: "http://sassdoc.com/"
description: "A documentation tool for Sass"
- name: "SassMe"
url: "http://jim-nielsen.com/sassme/"
description: "Visualize Sass color function output in real-time — no compiling!"
- name: "sass-extract"
url: "https://github.com/jgranstrom/sass-extract"
description: "Extract Sass variables for use in JavaScript"
articles:
- name: "Sass vs. LESS"
url: "http://css-tricks.com/sass-vs-less/"
description: "by Chris Coyier, from CSS Tricks, May 2012"
- name: "Redesigning with Sass"
url: "http://css-tricks.com/redesigning-with-sass/"
description: "by David Walsh, from CSS Tricks, October 2012"
- name: "Preprocess THIS!"
url: "http://cognition.happycog.com/article/preprocess-this"
description: "by Allison Wagner, from Cognition, September 2012"
- name: "A Newb’s Guide to Syntactically Awesome Stylesheets (Sass) part 1"
url: "http://unmatchedstyle.com/news/a-newbs-guide-to-syntactically-awesome-stylesheets-sass-part-1.php"
description: "by Dale Sande, from Unmatched Style, September 2012"
- name: "Sass Sleuth: Debugging Sass in Webkit Browsers"
url: "http://www.mobify.com/dev/sass-sleuth-debugging-sass-in-webkit-browsers/"
description: "by Roman, from the Mobify blog, August 2012"
- name: "Stop the Pain of Vanilla CSS and Get Relief by Adding Toppings with Sass"
url: "http://www.zurb.com/article/1031/stop-the-pain-of-vanilla-css-and-get-reli"
description: "by Chris, from the Zurb blog, July 2012"
- name: "Nested Selectors: The Inception Rule"
url: "http://thesassway.com/beginner/the-inception-rule"
description: "by Mario 'Kuroir' Ricalde, from The Sass Way, November 2011"
- name: "Improve your Responsive Design Workflow with Sass"
url: "http://www.creativebloq.com/netmag/improve-your-responsive-design-workflow-sass-10116699"
description: "by Ryan Taylor, from .net, October 2011"
- name: "Getting Started with Sass and Compass"
url: "http://thesassway.com/beginner/getting-started-with-sass-and-compass"
description: "by Adam Stacoviak, from The Sass Way, June 2011"
- name: "Getting Sassy with CSS"
url: "http://www.sencha.com/blog/getting-sassy-with-css/"
description: "by David Kaneda, from the Sencha blog, June 2010"
- name: "Using Compass and Sass for your Next CSS Project"
url: "http://net.tutsplus.com/tutorials/html-css-techniques/using-compass-and-sass-for-css-in-your-next-project/"
description: "by Alex Coomans, from Net Tuts, August 2009"
- name: "My Media Query Mixin"
url: "http://alwaystwisted.com/post.php?s=2013-04-01-my-media-query-mixin"
description: "by Stuart Robson, April 2013"
- name: "Structuring My Sass 101"
url: "http://alwaystwisted.com/post.php?s=2013-01-07-structuring-my-sass-101-part-1"
description: "by Stuart Robson, January 2013"
- name: "Sass doesn't create bad code. Bad coders do."
url: "http://www.thesassway.com/articles/sass-doesnt-create-bad-code-bad-coders-do"
description: "by Roy Tomeij, from The Sass Way, February 2012"