ElenaCid / capstone_colmar

0 stars 0 forks source link

css naming convention #5

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

There are many different professional naming conventions in css but they all pretty much use '-' or '_' to split words in selectors: .feature-container-img .banner-header Check out the BEM convention: http://getbem.com/introduction/

https://github.com/ElenaCid/capstone_colmar/blob/master/resources/css/style.css#L146

rsaftoiu commented 6 years ago

I agree with this comment - personally I use the '-' to separate words in css selectors.