feat(styles): add browser scss builder system
This commit is contained in:
@@ -80,7 +80,7 @@ Vite resolves `.web.ts` before `.ts` (see `vite.config.ts` `resolve.extensions`)
|
||||
Shared stores import `./persistStorage`; the correct implementation is picked per bundler.
|
||||
|
||||
### Web entry
|
||||
`src/web/main.tsx` registers `App` via `AppRegistry.runApplication` against `#root` in `index.html`. Global styles: `src/assets/scss/index.scss`; image assets live under `src/assets/images/`.
|
||||
`src/web/main.tsx` registers `App` via `AppRegistry.runApplication` against `#root` in `index.html`. Browser styles enter through `src/assets/scss/index.scss`, which composes builder partials for variables, mixins, globals, scrollbars, typography, layout, surfaces, buttons, forms, and Toolkit classes. Image assets live under `src/assets/images/`.
|
||||
|
||||
### Electron shell
|
||||
- `electron/main.ts` — `BrowserWindow`, context isolation, no node integration
|
||||
|
||||
Reference in New Issue
Block a user