I'm a little bit lost with my CSS project structure.
My project is huge, so after researching, I decided to go with ITCSS Structure, it was all good until I reached ,,Components Layer''
What I did: I broke my components folder into sub-folders as well.
For example: I have a template for my html pages, in the template I have header, content, footer which have general CSS code for them (default state). And I have a sidebar with the same layout but with extra CSS.
Here's a photo of something like my tree
In Components Folder you can see the CSS for every component alone and in Sections Folder you can see CSS for the parent element of the components and common CSS between components.
I don't know whats the best idea to structure it, or if this is good enough for big projects, or if it will slow it down, or or or.
Please give me your ideas and help.
Thank you.