sparkbox / splinter

🐭 Parse and split SCSS files based on functions and mixins.
2 stars 0 forks source link

Brand ignored if not at child. #13

Open zastrow opened 7 years ago

zastrow commented 7 years ago

This is get placed in the global.css instead of the brand.css:

@include brand(brand1) {
  div {
    color: black;
  }
}

The expected outcome is that the selector block would be added to the brand.css