#Stop CSS scoped to components from bleeding over

2 messages · Page 1 of 1 (latest)

coral jacinth
#

Inside LayoutAlpha.astro

<style>
@import "../styles/layout/layout-a.css";
</style>

Inside LayoutBeta.astro

<style>
@import "../styles/layout/layout-b.css";
</style>
#

I also tried importing the stylesheet within the frontmatter area of .astro, but it didn't matter. Both were still being imported.