Ant0in9 / f1-3-c2p1-colmar-academy

0 stars 0 forks source link

Naming conventions #5

Open tommygebru opened 5 years ago

tommygebru commented 5 years ago

Great job implementing a naming convention it looks similar to the BEM/structural methodology. I like that you can get specific with it, from the html you can identify the css selector, and from the css selector you can identify the html component. I think you can improve it by reducing the characters to 20 or less 😄

Heres a quick read on structural naming https://www.webfx.com/blog/web-design/css-tip-2-structural-naming-convention-in-css/ and also https://css-tricks.com/bem-101/