Added functional classes
This commit is contained in:
parent
1eee0e12c4
commit
359181e86c
2 changed files with 7 additions and 0 deletions
6
extras/functional.less
Normal file
6
extras/functional.less
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
a.no-color-change {
|
||||||
|
color: inherit;
|
||||||
|
&:hover {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,3 +1,4 @@
|
||||||
@import 'extras/animation';
|
@import 'extras/animation';
|
||||||
@import 'extras/layout';
|
@import 'extras/layout';
|
||||||
@import 'extras/shadows';
|
@import 'extras/shadows';
|
||||||
|
@import 'extras/functional';
|
||||||
|
|
Reference in a new issue