stylers icon indicating copy to clipboard operation
stylers copied to clipboard

fix: whitespace before punctuation

Open luoxiaozero opened this issue 1 year ago • 2 comments

div >:deep(h3) {
    color: orange;
}

error render:

div.test .test>h3{color: orange;}

should be:

div.test>h3{color: orange;}

luoxiaozero avatar Mar 30 '23 04:03 luoxiaozero