Skip to content

kuatsure/symbolset-sass

Repository files navigation

Symbolset Sass

Sass mixins for the Symbolset libraries.

Bower Version

Install

$ bower install symbolset-sass -S

Usage

Import

@import "path/to/bower_components/symbolset-sass/symbolset";

The mixin

@include ss-standard(); // font path defaults to '/fonts'

// OR - tell mixin where the fonts live

@include ss-standard( 'path/to/fonts' );

Supported libraries

  • Standard - @include ss-standard();
  • Social Regular - @include ss-social-regular();
  • Social Circle - @include ss-social-circle();
  • Symbolicons Line - @include ss-symbolicons-line();

Contributing

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!

Sister Projects

About

Sass mixins for the Symbolset libraries.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages