No commit activity in last 3 years
No release in over 3 years
Helps include the Symbolset icon font family
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.12.2
 Project Readme

Compass Plugin for Symbolset ( DEPRECATED )

I decompassed these files. Please look for Symbolset sass mixins.

Keep in mind you'll need to buy the font libraries from Symbolset for this plugin to be of any use to you and your project

Install via Rubygems

$ gem update --system

$ gem install compass-symbolset-plugin

Usage

Add the following to your config.rb in your compass project

require 'compass-symbolset'

Import it in your .scss file.

@import 'compass-symbolset'

Triggers ( new )

In your .scss file that imports the stylesheets, we now use sass variable triggers. All styles are off by default. Turn them on by switching the variable.

$use-ss-standard: true; // If you want to use Standard Symbolset

Versions

SS-Standard => 1.004

SS-Social-Circle => 1.005

SS-Social-Regular => 1.005

Don't forget to ...

Copy the font libraries to your font_dir.

Update your js files.

Contributing

Currently this only supports a small fraction of the available sets from Symbolset. If you could fork and provide the css ( use the @include font-face() compass syntax ) to other sets ( one fork per set please :) ), I'd truely apprieciate it. My goal is to have every set available via this gem.

Thanks

Compass & Symbolset

Enjoy!