Skip to content

Instantly share code, notes, and snippets.

View phoerious's full-sized avatar

Janek Bevendorff phoerious

View GitHub Profile
@phoerious
phoerious / star-rating.scss
Created August 2, 2012 12:39
Flexible Sass Star Rating
// Generate flexible star rating selectors by using an icon font
// Output selector for star ratings
@function star-rating-selector($start: 1, $end: 10) {
$return-val: "";
@for $i from $start through $end {
@if $i == $start {
$return-val: ".star.star#{$i}";
} @else {
@phoerious
phoerious / dotfiles.md
Last active December 28, 2016 17:12
.zshrc, .vimrc, powerline config and other dotfiles