By far the most popular Sass based UI framework is Bootstrap. Another one is Foundation.
Sass libraries are more like a collection of mixins, funtcions and classes. The most common is Compass. Then there is Bourbon.
1sudo gem install bourbon
just include the bourbon .scss file in the main stylesheet.
1@import "bourbon_bourbon.scss";