Responsive, Accessible Interactive Rating Component Using Typescript

Solution retrospective
I finally learnt how to properly setup my gulpfile so the gulp process can handle errors properly, my previous gulp processes always stopped when an error was encountered
This was the code to help handle the errors:
What specific areas of your project would you like help with?function buildStyles() { return src('./sass/**/*.sass') .pipe(sass().on('error', sass.logError)) // handles errors to prevent process stopping .pipe(dest('dist')); }
Any areas where you notice anything off/wrong
Please log in to post a comment
Log in with GitHubCommunity feedback
- @anhvu1012
Your solution looks the same as the design. Good work!
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord