Skip to content

Instantly share code, notes, and snippets.

@widescreenBob
Created February 2, 2015 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save widescreenBob/6c8e076f74d77a941cc5 to your computer and use it in GitHub Desktop.
Save widescreenBob/6c8e076f74d77a941cc5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
//icons
///icon-font key
$fonticons: (
appetizers: "\0041",
beverage: "\0042",
brunch: "\0043",
dessert: "\0044",
eggs: "\0045",
fish: "\0046",
glutten: "\0047",
fiber: "\0048",
lowchol: "\0049",
lowfat: "\004A",
lowsug: "\004B",
lowcal: "\004C",
milk: "\004D",
nuts: "\004E",
soup: "\004F",
peanuts: "\0050",
sides: "\0051",
shellfish: "\0052",
salad: "\0053",
soy: "\0054",
vegan: "\0056",
wholewheat: "\0057",
lunch: "\005A",
breakfast: "\0062",
dinner: "\0064",
entree: "\0065",
highpro: "\0068",
lowcarb: "\006C",
veggies: "\0074",
vegoption: "\0075",
vegetarian: "\0076",
wholegrain: "\0077",
wrap: "\0078",
search: "\007A"
);
@mixin icon-assign($classname){
.#{$classname}{
content: map-get($fonticons, #{$classname})}
}
@include icon-assign(wrap)
.wrap {
content: "x";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment