Sass mixins for the Symbolset libraries.
$ bower install symbolset-sass -S
@import "path/to/bower_components/symbolset-sass/symbolset";
@include ss-standard(); // font path defaults to '/fonts'
// OR - tell mixin where the fonts live
@include ss-standard( 'path/to/fonts' );
- Standard -
@include ss-standard();
- Social Regular -
@include ss-social-regular();
- Social Circle -
@include ss-social-circle();
- Symbolicons Line -
@include ss-symbolicons-line();
I'm always looking for new libraries to flesh this out. Ideally I'd love to have them all. So if you can contribute a lib, please submit a pr against this with the branch name as the library name. Thanks!
- symbolset-all - installs all Symbolset components
- symbolset-js - installs js files for Symbolset components