atom-beautify/examples/nested-jsbeautifyrc/less/expected/test.less

39 lines
382 B
Plaintext
Raw Normal View History

a {
line-height: @headerHeight;
2016-03-03 16:48:22 -07:00
display: block;
padding: 0 15px;
font-size: 16px;
button {
font-size: 16px;
}
&:link {
color: @white;
2016-03-03 16:48:22 -07:00
text-decoration: none;
}
&:visited {
color: @white;
}
&:hover {
color: @orange;
}
&.green {
color: @green;
&:hover {
color: @white;
2016-03-03 16:48:22 -07:00
background-color: @green;
}
}
2015-06-25 06:06:05 -06:00
}