Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 335 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 335 Bytes

Symbolset Sass

Sass helpers for Symbolset.

Note: You will need to have the Symbolset font(s). Get them from Symbolset.

Usage

@import 'symbolset';

.retweet:before {
  content: ss-standard-icon(retweet);
}

.twitter:before {
  content: ss-social-icon(twitter);
}