Skip to content

Instantly share code, notes, and snippets.

@ralexandr
Created October 19, 2016 08:51
Show Gist options
  • Save ralexandr/3e432afdd0aa5b8662e82045ed9915fd to your computer and use it in GitHub Desktop.
Save ralexandr/3e432afdd0aa5b8662e82045ed9915fd to your computer and use it in GitHub Desktop.
@mixin pseudo($display: block, $pos: absolute, $content: ''){
content: $content;
display: $display;
position: $pos;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment