Skip to content

Instantly share code, notes, and snippets.

@mwean
Last active August 29, 2015 14:22
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 mwean/24e14e3923626a9ac923 to your computer and use it in GitHub Desktop.
Save mwean/24e14e3923626a9ac923 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$positions: (
backend: "\e83a",
dev: "\e84a",
data: "\e82e",
front: "\e807",
);
@each $position, $position-icon in $positions {
.position--#{$position} {
&:before {
content: $position-icon;
padding-right: 20px;
}
}
}
@charset "UTF-8";
.position--backend:before {
content: "";
padding-right: 20px;
}
.position--dev:before {
content: "";
padding-right: 20px;
}
.position--data:before {
content: "";
padding-right: 20px;
}
.position--front:before {
content: "";
padding-right: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment