
We’ve compiled this list of thirty amazing resources for Sass. In it you’ll find all kinds of goodies built on and for Sass: frameworks, plugins, apps and a lot more.
Frameworks and Grid Systems
1. Compass
Sass is an extension of CSS3 which adds nested rules, variables, mixins, selector inheritance, and more. Sass generates well formatted CSS and makes your stylesheets easier to organize and maintain.
2. Bourbon Sass Mixins Library
A simple and lightweight mixin library for Sass. After Compass, it’s definitely one of the better Sass mixin libraries that we’ve found.
3. Bourbon Neat
A lightweight semantic grid framework for Sass and Bourbon. It’s super simple and fully responsive.
4. Foundation
Foundation is the main competitor to Twitter Bootstrap. Bootstrap is built on LESS while Foundation is built on Sass.
5. Bootstrap Sass
Bootstrap-sass is an Sass-powered version of Twitter's Bootstrap, ready to drop right into your Sass powered applications.
6. Animate.sass
Animate.sass is a Sass and Compass CSS animation library for WebKit, Firefox and beyond based on the work being done by Dan Eden in Animate.css. The core of Animate.sass, despite being named "dot sass", is written in SCSS.
7. Forge
Forge is a free command-line toolkit for bootstrapping and developing WordPress themes in a tidy environment using front-end languages like Sass, LESS, and CoffeeScript.
8. Skeleton-SASS
Skeleton-SASS is a one-to-one translation of the classes in Skeleton's grid framework, but remixed as SASS mixins. Instead of giving a div a class of six columns, inside your own CSS specifying the div you'd simply include the mixin +columns(6).
The other big advantage of Skeleton-SASS is that the actual grid widths are only calculated at compile-time. This means that your page width, number of columns, and margin sizes are all easily tweakable if you want to mix things up —- say, switch from a 16-column grid to a 24-column, or bump everything up to 1024px instead of 960px.
9. Susy: Responsive grids for Compass
Susy is based on Natalie Downe's CSS Systems, made possible by Sass, and made easy with Compass. You can use it anywhere, from static sites to Django, Rails, Wordpress and more.
10. Gravity Framework
Gravity is a SASS based framework for making powerful, easily maintainable HTML5 websites. It helps you rapidly prototype your ideas and will generally make your life much easier.
11. Frameless
Frameless is as a suggestion for a new way to structure your grids. Frameless isn’t completely Sass focused, but there is a Sass template to get you started.
12. Zen Grids
Writing your layout in Sass with Zen Grids is easy. With the verboseness of properties and values like margin, padding, floats, and clears, CSS actually gets in the way of figuring out how to layout our content.
13. BlankWork – Flexible SASS Gridsystem
Blankwork allows you to have a wrapper, container and columns at the moment.
14. 320 and Up
320 and Up is a responsive, mobile first boilerplate with both LESS and Sass versions.
15. Gridset
Gridset is a tool for making grids, designed and built by the team at Mark Boulton Design.
Buttons & UI
16. CSS3 buttons by Chad Mazzola
A collection of CSS3 buttons that use the simplest possible markup. They look best in WebKit-based browsers, almost as good in Firefox, with all other browsers falling back to a less-styled button.
17. Zocial
Zocial is a CSS3 social buttons Sass framework.
18. Sassy Buttons
Sassy buttons is a compass extension so, naturally, you must have compass installed to use it. It helps you create incredibly customizable and super attractive buttons.
Apps
19. Scout
Scout is a cross-platform app that delivers the power of Sass & Compass into the hands of web designers. Scout helps make your CSS workflow a snap by delivering more control, optimization, and organization. No developer required.
20. CodeKit
CodeKit helps you build websites faster and better. Its flagship features are listed below and the one-minute teaser video to the right is a good place to start.
21. LiveReload
LiveReload monitors changes in the file system. As soon as you save a file, it is preprocessed as needed, and the browser is refreshed. Even cooler, when you change a CSS file or an image, the browser is updated instantly without reloading the page.
22. Hammer
Hammer is a web development tool for web designers & developers Build out static HTML sites & templates quickly and easily. No fuss, no mess, no PHP. Hammer watches your Project Folder & automatically compiles a static build, every time you make a change Built-in support for SASS (with Bourbon), CoffeeScript, HAML & Markdown, as well as special Hammer tags.
Plugins
23. Sass.sugar
Sugars are plugins for MacRabbit’s Espresso. Sass.sugar adds Sass syntax highlighting to Espresso.
24. Sublime Text: Haml & Sass
A plugin for Sublime Text users. You can just turn to the package manager in ST2 for a Sass plugin as well.
25. Coda Sass Plug-in
This is a Sass plug-in for Panic's Coda. This plug-in converts scss files into css files. You can set it up to automatically convert on save. By default you must manually process scss files via the Coda Plug-ins menu. You can also specify where the css files should be saved. By default they are saved next to the scss files.
26. FireSass for Firebug
FireSass allows Firebug to display the original Sass filename and line number of Sass-generated CSS styles.
Other Goodies
27. Sass.js
A JavaScript implementation of Sass, perfect for Node users.
28. Breakpoint
Breakpoint makes writing media queries in Sass super simple. Create a variable using a simplified syntax based on most commonly used media queries, then call it using the breakpoint mixin. Breakpoint handles all of the heavy lifting, from writing the media query itself, to handling cross-browser compatibility issues, so you can focus on what's important: making sure your website looks its best.
29. MVCSS
MVCSS it's a sort of suggested method for writing CSS and Sass. It’s similar in concept to SMACSS and OOCSS.
30. Normalize.css (With Sass or Compass)
This project is the Sass/Compass port of normalize.css. It aims to use the best partials from Compass to make normalize even easier to integrate with your website.

Janeth Kent
Licenciada en Bellas Artes y programadora por pasión. Cuando tengo un rato retoco fotos, edito vídeos y diseño cosas. El resto del tiempo escribo en MA-NO WEB DESIGN AND DEVELOPMENT.
Related Posts
How to make your own custom cursor for your website
When I started browsing different and original websites to learn from them, one of the first things that caught my attention was that some of them had their own cursors,…
Open source web design tools alternatives
There are many prototyping tools, user interface design tools or vector graphics applications. But most of them are paid or closed source. So here I will show you several open…
How to write our own Privacy Policy
In this article we will talk about Privacy Policy statements, how you can write one and implement it on your page. Why did it pop up? These days when we browse on…
Layouts with Bootstrap 4: how to create a responsive web 2
Here we are with the second part of the guide: Layouts With Bootstrap 4 Horizontal alignment To align the columns horizontally we can use justify-content-value classes, which use the justify-content property of…
Layouts with Bootstrap 4: how to create a responsive web
Responsive or adaptable web design is a design methodology in which the appearance of the web page adapts to the resolution of the device with which it is being viewed,…
Best 5 Frontend Development Topics in 2019
Ah, a new year. A time of positivity, a time to restart. For new objectives and proposals. And in the world of developers, to look at the scenery and decide…
A roadmap to becoming a web developer in 2019
There are plenty of tutorials online, which won't cost you a cent. If you are sufficiently self-driven and interested, you have no difficulty training yourself. The point to learn coding…
The Meaning of Colors in web Design. A little bit of psychology
Color psychology is one of the most talked about and interesting parts of psychology. The idea that some colors evoke feelings and emotions. In fact, this color helps buy the…
11 Guides for Front-end Developers
Enjoy our Guides series for for Front-end Developers and don’t forget to let us know in the comments of any others that we haven’t yet included. 1. Can I animate…? Can I…
Ideas shaping web design today
Web design in order to succeed needs two things: innovation and imitation. Unfortunately, the last one often wins. Web designers love to learn, study and use the latest trends, and then…
Monthly News for Designers, November 2015
Today we inagurate our monthly design news post in which we will share our favorite design related articles, resources and freebies of the month. Free Icons & Templates Freebie: 100 Google Material Icons…
The most popular fonts used by designers
Fonts represent an important part of our project. With this post we want to present you the most popular fonts used by top designers and professionals from all over the world. Have…