-
Replies
In order to help get myself familiarized with each Sass component. I decided to compile CSS files for each individual component by just including the "settings" and scss file for that individual component.
By doing this, I found a couple of really simple errors.
1. tabs.scss should import "grid"
2. visibility.scss should import "global"
What is the best way to get this fixed. Should I just submit a pull request?
This post has been closed. No new replies can be added.
I just submitted a pull request...