What steps will reproduce the problem?
@mixin nav-boolean {
ol {
li {
input:checked + label { ... }
}
}
}
.nav-boolean { @include nav-boolean; }
What is the expected output? What do you see instead?
Expected:
.nav-boolean ol li input:checked + label {
Actual:
.nav-boolean ol li input:checked label {
What version of the product are you using? On what operating system?
phamlp version 2010-04-16 on Windows XP running WampDeveloper
Please provide any additional information below.
-
Thanks,
Dan
Original issue reported on code.google.com by panoram...@gmail.com on 30 Jun 2011 at 5:45
Original issue reported on code.google.com by
panoram...@gmail.com
on 30 Jun 2011 at 5:45