mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
merge named-colors patch
This commit is contained in:
@@ -50,3 +50,16 @@
|
||||
#00ff00 {
|
||||
color: hsl(120, 100%, 50%);
|
||||
}
|
||||
|
||||
.lightenblue {
|
||||
color: lighten(blue, 10%);
|
||||
}
|
||||
|
||||
.darkenblue {
|
||||
color: darken(blue, 10%);
|
||||
}
|
||||
|
||||
.unknowncolors {
|
||||
color: blue2;
|
||||
border: 2px solid superred;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user