Less.php no longer requires mapping color names (9bdb3fda04/lib/Less/Colors.php (L9))
to their respective hex values, see: I0e6fa0fa88b4ab8dc41c55524661
(T352866).
If the color name is valid CSS, the color keyword (e.g. "green" is
preseved by the less compiler).
Change-Id: Ic91c9bb1d7b931f389cfaf3457d2fee845b9c3f0
6 lines
84 B
Text
6 lines
84 B
Text
@import "test.common.mixins";
|
|
|
|
/* @noflip */
|
|
.unit-tests {
|
|
.test-mixin(#008000);
|
|
}
|