Closed stolinski closed 2 years ago
Still working on a reproduction of this one, but I found an interesting issue.
Using a auto imported <Button> I found that a line in my css causes the build to fail.
<Button>
.search-button { margin-top: 0.5rem; padding-right: 1rem; }
So straight up deleting that search button css would fix this issue.
Now I'm seeing this with any nested scss, so it may not be the class name as suspected, but something with nesting scss. Def something weird in the
Still working on a reproduction of this one, but I found an interesting issue.
Using a auto imported
<Button>
I found that a line in my css causes the build to fail.So straight up deleting that search button css would fix this issue.