1.0.0 • Published 7 years ago

designkit-links v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Designkit Links

Sass module for CSS links at RightScale.

Install

npm i designkit-links

Usage

<a href="#">This is a link</a>

The CSS

a {
  text-decoration: none;
  transition: color .15s ease-in;
  color: #0A83F6;
}

a:link, a:visited {
  transition: color .15s ease-in;
}

a:hover {
  transition: color .15s ease-in;
  color: #0769c6;
}

a:active {
  transition: color .15s ease-in;
}

a:focus {
  transition: color .15s ease-in;
}

Author

Jason Melgoza

License

MIT

1.0.0

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago