mblode / marx

The classless CSS reset (perfect for Communists).
https://mblode.github.io/marx/
MIT License
1.69k stars 103 forks source link

Add nested label / checkbox/radio margin #26

Closed inoas closed 7 years ago

inoas commented 7 years ago

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?