mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Add unit tests for transparent to make it clear what went wrong last time. fixes #806
This commit is contained in:
@@ -56,3 +56,7 @@
|
||||
color: blue2;
|
||||
border: 2px solid superred;
|
||||
}
|
||||
.transparent {
|
||||
color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
@@ -63,3 +63,8 @@
|
||||
color: blue2;
|
||||
border: 2px solid superred;
|
||||
}
|
||||
|
||||
.transparent {
|
||||
color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user