mint
mint copied to clipboard
Dependency external CSS is not being bundled correctly
Given this scenario I would expect the resulting external css to be
body {
margin: 5px;
}
.package-a {
padding: 10px;
}
But instead I am seeing
It looks like it duplicated the application external css instead of concatenating the application + package external css.