mblode/marx

Add nested label / checkbox/radio margin

inoas opened this issue · 0 comments

inoas commented

When placing nested checkboxes on the left they are directly glued to the text.

label > input:first-child[type="checkbox"],
label > input:first-child[type="radio"] {
    margin-right: 2px;
}

Could this be added? I do not have stylus running on osx via brew. I can add the change for css, css.min and scss. Interested @mblode?