mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Keep shorthand color form the same way as named colors are kept. #2481
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/* Safari and Chrome */
|
||||
}
|
||||
.bg {
|
||||
background-image: linear-gradient(#333333 /*{comment}*/, #111111);
|
||||
background-image: linear-gradient(#333 /*{comment}*/, #111);
|
||||
}
|
||||
#planadvisor,
|
||||
.first,
|
||||
|
||||
Reference in New Issue
Block a user