archive
/
less-mixins
Archived
1
Fork 0

Added functional classes

This commit is contained in:
Jake Howard 2015-12-23 08:48:54 +00:00
parent 1eee0e12c4
commit 359181e86c
2 changed files with 7 additions and 0 deletions

6
extras/functional.less Normal file
View File

@ -0,0 +1,6 @@
a.no-color-change {
color: inherit;
&:hover {
color: inherit;
}
}

View File

@ -1,3 +1,4 @@
@import 'extras/animation';
@import 'extras/layout';
@import 'extras/shadows';
@import 'extras/functional';