stealjs / steal-css

StealJS plugin for CSS
https://www.npmjs.com/package/steal-css
MIT License
2 stars 1 forks source link

Test local css import in production #43

Open m-mujica opened 7 years ago

m-mujica commented 7 years ago

I'm expecting this test to fail

Related to https://github.com/stealjs/steal-tools/pull/673

Once that PR gets in I'll run this tests against steal-tools#master to make sure everything looks fine.

m-mujica commented 7 years ago

Update: the test should pass now since steal@1.3.2 fixes the issue with local css imports being removed from the css bundle.