mirror of
https://github.com/less/less.js.git
synced 2026-01-20 04:38:02 -05:00
13 lines
228 B
CSS
13 lines
228 B
CSS
@-webkit-keyframes hover {
|
|
/* Safari and Chrome */
|
|
}
|
|
.bg {
|
|
background-image: linear-gradient(#333333 /*{comment}*/, #111111);
|
|
}
|
|
#planadvisor,
|
|
.first,
|
|
.planning {
|
|
margin: 10px;
|
|
total-width: (1 * 6em * 12) + (2em * 12);
|
|
}
|