larrybotha / struct-scss

An SCSS framework based on BEM, SUIT, SMACSS, and ITCSS
MIT License
31 stars 12 forks source link

only remove margin of immediate children #50

Closed larrybotha closed 1 year ago

larrybotha commented 1 year ago

margin was being removed from every last child in an alert, including last children of nested elements.

This PR ensures that the child must be an immediate child of the alert