near / bos-web-engine

Improved execution layer for NEAR decentralized frontend components
https://roc-docs.near.dev/
26 stars 6 forks source link

Sandbox: CSS module handling #274

Open mpeterdev opened 9 months ago

mpeterdev commented 9 months ago
### 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 commented 7 months ago

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

calebjacob commented 7 months ago

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.