COMBOS.lass 393 B

12345678910111213141516171819
  1. ;﷽
  2. ;((foo (:and a .title (:or :active :hover)) (:or span div)):color blue)
  3. ((:and a (:or :hover :visited :focus :link))
  4. :text-decoration none)
  5. (a
  6. :text-decoration solid)
  7. ((:and a :visited)
  8. :text-decoration groove)
  9. ;(a:link
  10. ; :text-style italics)
  11. ((:and a :focus)
  12. :border none)
  13. ;https://shinmera.github.io/LASS/#selectors
  14. ;a:hover,a:visited,a:focus,a:link{text-decoration:none;}