mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
More consistent named colour variables.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
.selector,
|
||||
.lots,
|
||||
.comments {
|
||||
color: #808080, /* blue */ #ffa500;
|
||||
color: grey, /* blue */ orange;
|
||||
-webkit-border-radius: 2px /* webkit only */;
|
||||
-moz-border-radius: 8px /* moz only with operation */;
|
||||
}
|
||||
@@ -56,7 +56,7 @@
|
||||
color: 1px;
|
||||
}
|
||||
#last {
|
||||
color: #0000ff;
|
||||
color: blue;
|
||||
}
|
||||
/* */
|
||||
/* { */
|
||||
|
||||
Reference in New Issue
Block a user