Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/leafo/lessphp/tests/outputs/guards.css

27 lines
413 B

dd {
simple: yellow;
}
b {
something: red;
something-complex: blue cool;
something-complex: blue birthday;
}
img {
another: green;
flipped: teal;
}
body {
yeah-number: purple 232px;
yeah-pixel: silver;
yeah-number: purple 232;
}
div {
something-complex: blue true;
}
link {
color: true red;
color: true #fff;
color: true #fffddd;
color: true #000000;
color: true rgba(0,0,0,0.34);
}