Help Regarding Astro
New to astro and development overall. Wanted to try my hands on astro for small project.
Problem:
I imported css into astro component, used it in the layout than used that layout on the
index.astro
file.
Ran npm run build
command.
In dist folder, my css is present and it's getting linked to the html file. But the problem is it's not getting applied.
1 Reply