Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rightscale-design/designkit-links
A Sass module for CSS links at RightScale.
https://github.com/rightscale-design/designkit-links
Last synced: 10 days ago
JSON representation
A Sass module for CSS links at RightScale.
- Host: GitHub
- URL: https://github.com/rightscale-design/designkit-links
- Owner: rightscale-design
- License: mit
- Created: 2016-03-21T15:23:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T04:06:53.000Z (over 7 years ago)
- Last Synced: 2024-04-26T17:21:33.030Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Designkit Links
Sass module for CSS links at RightScale.## Install
```bash
npm i designkit-links
```## Usage
```html
This is a link
```## The CSS
```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