# π Styling Styling in Astro is meant to be as flexible as youβd like it to be! The following options are all supported: | Framework | Global CSS | Scoped CSS | CSS Modules | | :--------------- | :--------: | :--------: | :---------: | | Astro (`.astro`) | β | β | N/AΒΉ | | React / Preact | β | β | β | | Vue | β | β | β | | Svelte | β | β | β | ΒΉ _`.astro` files have no runtime, therefore Scoped CSS takes the place of CSS Modules (styles are still scoped to components, but donβt need dynamic values)_ #### π Styling by Framework ##### Astro Styling in an Astro component is done by adding a `
summaryrefslogtreecommitdiff |