Guest User

Untitled

a guest
Jun 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. =style-link($link-color: blue, $visited-color: purple, $hover-color: red)
  2. &:link
  3. color: $link-color
  4. text-decoration: underline
  5. &:visited
  6. color: $visited-color
  7. &:hover
  8. color: $hover-color
  9. text-decoration: none
  10.  
  11. a
  12. +style-link
  13.  
  14. a.alt
  15. +style-link(red)
Add Comment
Please, Sign In to add comment