bos-web-engine
bos-web-engine copied to clipboard
Sandbox: CSS module handling
### Tasks
- [ ] switch sidebar `styles.css` → `module.css`
- [ ] update our example code imports to use component name in CSS imports e.g. `./HelloWorld.module.css`
- [ ] automatically update css import on component rename
this support is valuable for getting to the point where we can fully recommend a local development flow backed by github
As we're supporting the goal of 500 full time NEAR devs, it'll be critical to make it easy for devs to setup a local development flow that publishes via GitHub actions. The sandbox is great for tinkering, but any serious projects need to support collaboration and versioning through git.