Astro sass implementation
Hey there.
I am trying to recreate by myself this project: https://www.youtube.com/watch?v=IGVWLd3P8ig but I have problem with sass implementation.
What have I done:
- I have installed sass npm package.
- I have created some
main.scss
file with some simple variables.
- I have imported main.scss
file in my Layout.astro
.
It's not working. I have no idea how it's implemented in a video above. Do I miss something? In Astro docs can't find anything helpful.
Maybe I'm assuming it's easy as that. Maybe I should configure something else? Please help. šæKevin Powell
YouTube
How I build a website from scratch
You can enroll in BeyondCSS right here use code EARLYBIRD for 20% off: https://www.beyondcss.dev/?utm_campaign=livestream-launch&utm_source=youtube
Come hang out with other dev's in my Discord Community
š¬ https://discord.gg/nTYCvrK
#css
--
Keep up to date with everything I'm up to
ā https://www.kevinpowell.co/newsletter
Come hang out with m...
4 Replies
iirc, the video you linked is a preview for the BeyondCSS course you have access to. He mentions this in the video at 1:17 (timestamped link): https://youtu.be/IGVWLd3P8ig?t=77
Kevin Powell
YouTube
How I build a website from scratch
You can enroll in BeyondCSS right here use code EARLYBIRD for 20% off: https://www.beyondcss.dev/?utm_campaign=livestream-launch&utm_source=youtube
Come hang out with other dev's in my Discord Community
š¬ https://discord.gg/nTYCvrK
#css
--
Keep up to date with everything I'm up to
ā https://www.kevinpowell.co/newsletter
Come hang out with m...
The video is not necessarily meant to follow along to, I'd recommend just following the course and if you get stuck, you can ask questions about the lessons in #beyond-css
if you do want help with this specific project, you'll have to share a lot more details though. Any error messages, config files, what you've tried...
As i understood it correctly project in beyond-css isn't build on Astro. š¤ But I'll check. Thanks!
that might be the last module, he mentions it's a mix of an earlier and the last module in this video