UNPKG
formir
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.0.1
0.3.4
0.3.3
0.3.0
0.2.2
0.2.0
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
Pure CSS / HTML Framework
formir.io
formir/formir
formir
/
src
/
less
/
core
/
typography
/
link.less
12 lines
(11 loc)
•
225 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
@{link}
{
color
:
@link-color
;
text-decoration
:
@link-decoration
;
&
:hover
{
color
:
@link-hover-color
;
text-decoration
:
@link-hover-decoration
; }
&
:focus
{
.menu-item-anchor-focus-inline
; } }