wiki.techinc.nl/tests/phpunit/data/less/module/dependency.less
Derick Alangi 7ad9467261
ResourceLoader: Fix regression of color mapping in Less.php
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
2024-02-25 23:33:12 +03:00

3 lines
66 B
Text

@import "../common/test.common.mixins";
@unitTestColor: #008000;