bos-web-engine icon indicating copy to clipboard operation
bos-web-engine copied to clipboard

Sandbox: CSS module handling

Open mpeterdev opened this issue 1 year ago • 2 comments

### 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

mpeterdev avatar Feb 12 '24 19:02 mpeterdev

this support is valuable for getting to the point where we can fully recommend a local development flow backed by github

mpeterdev avatar Mar 14 '24 15:03 mpeterdev

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.

calebjacob avatar Mar 14 '24 15:03 calebjacob