Submitted almost 3 years agoA solution to the Notifications page challenge
Notifications page (SASS)
@tyVespA

Solution retrospective
This is my 3rd project completed using sass, but in this one I have a problem
I usually @import every partition in the index partition, use @use in every other partition (ex. _layout.scss has @use "./base", and finally @use the _index.scss in the main sass file.
This time for some reason i had to use @import "./base" in the compotents partition to be able to use the base partition.
Is this the correct flow? What have i done wrong this time?
Any other feedback is appreciated!
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on tyVespA's solution.
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