
👋 Oi, mga repapips, Brian Dys here! I love music, photography, and creative stuff like UX design and art. This is a place where I collect my thoughts and works. Apart all these, I’m Jaycelle’s better half and Bryce’s dad. 🥰
Currently, my CSS folder structure is arranged in such a way (based on Group Buddies):
css |-- sass |-- default |-- structure |-- atoms |-- molecules |-- organisms
Originally, there’s an additional templates
folder alongside structure
. The common difficulty I encountered was categorizing a rule-set between molecules
and organisms
. I didn’t bother including templates
since I prefer to prioritize the object than the scope or context it is in.
To solve this difficulty, I plan to rearrange my SASS file structure and categorize rule-set files into just two folders:
The new structure would be:
css |-- sass |-- default |-- structure |-- objects |-- components