Skip to content

Instantly share code, notes, and snippets.

@d4nyll
Created January 23, 2015 04:12
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 d4nyll/b798e0c21e8ec9af94e3 to your computer and use it in GitHub Desktop.
Save d4nyll/b798e0c21e8ec9af94e3 to your computer and use it in GitHub Desktop.
Add separator between elements
@mixin addSeparator($element, $separator, $padding) {
#{$element+'+'+$element}:before {
content: $separator;
padding: 0 $padding;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment