archive
/
less-mixins
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
less-mixins/extras/functional.less

7 lines
76 B
Plaintext
Raw Normal View History

2015-12-23 08:48:54 +00:00
a.no-color-change {
color: inherit;
&:hover {
color: inherit;
}
}