Design comparison
SolutionDesign
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!
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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