Guest User

Untitled

a guest
Dec 12th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Pleasantly surprised to find that this works with SASS, saved me a lot of typing.
  2.  
  3. @mixin foo {
  4. & bar {
  5. //...
  6. }
  7. }
  8.  
  9. baz {
  10. @include foo;
  11. }
Add Comment
Please, Sign In to add comment