I have started updating my styling side wide to BEM. So far I am loving it, but I am having an issue separating the scss into a correct directory structure. BEM takes care of my naming conventions for my classes, but I wanted to try and get some order of why I am storing my scss.
I thought about two things, the directory structure could be separated by Component but maybe this doesn't fit well BEM considering there is not a 1 to 1 mapping between block level elements and components.
I presume there will be some sort of structure for storing _base, _variables, etc?