bulletproof-react icon indicating copy to clipboard operation
bulletproof-react copied to clipboard

Where would Sass mixins go?

Open Konglomneshued opened this issue 2 years ago • 1 comments
trafficstars

I'm wondering. I have some Sass mixins I use throughout my app. What can I add to the structure of my src folder to make that happen?

I'm looking at: https://github.com/alan2207/bulletproof-react/blob/master/docs/project-structure.md; really good stuff.

Can I just make a folder for Sass mixins? Or maybe should I put it in one of the folders listed in the project structure guidelines, like utils?

Konglomneshued avatar Dec 16 '22 00:12 Konglomneshued

Generally, You wanna have a sass folder inside src. Utils do not sound like a good fit and do not serve the purpose unless only sass file you have a mixin and main of course.

NafiurSiddiqui avatar Dec 24 '22 23:12 NafiurSiddiqui