_reboot.scss 176 B

123456789101112131415
  1. a {
  2. &:focus {
  3. outline: none;
  4. }
  5. }
  6. a:not([href]) {
  7. color: inherit;
  8. text-decoration: none;
  9. @include hover() {
  10. color: inherit;
  11. text-decoration: none;
  12. }
  13. }