Questions
In an astro project, styles used in .md or .mdx cannot be “module” styles, they must be output in the compiled css.
-
Individual component “sidecar styles imported in bass.scss, or in /styles?
-
modules vs astro scoped?
Right now, I think the astro scoped looks better in dev view, which is really the only final difference.
-
Modules: seperate file, less discernable output.
-
Astro scoped: same file, easier to read output.
-