Skip to content

Commit fb725aa

Browse files
mtscout6ap
authored andcommitted
Added tests for simple css background-color and less background color, highlighting potential bug in less files
1 parent 8500576 commit fb725aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/example.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22
@farge-sochi: rgba(150, 9, 120, 1);
33
@farge-sochi-mork: rgba(95, 9, 84, 1);
44
@farge-tekst: white;
5+
6+
@hex-white: #FFFFFF;
7+
@hex-black: #000000;
8+
9+
p {
10+
background-color: #FFFFFF;
11+
background-color: rgba(184, 4, 128, 1);
12+
}

0 commit comments

Comments
 (0)