mexili / cssify

MIT License
7 stars 9 forks source link

Follow the BEM model in the naming conventions #18

Open sansyrox opened 3 years ago

sansyrox commented 3 years ago

Is your feature request related to a problem? Please describe. Right now, the sass folder follows the convention naming scheme like old school scss.

Describe the solution you'd like I would want it to switch to BEM naming scheme, allowing easier nesting and scoping of the scss variables.

You can read more about it here: https://css-tricks.com/bem-101/

Describe alternatives you've considered Changing this in the sass folder would require some alterations to the backend and the frontend as well.