Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML Classes: Chose a writing convention #16

Open
rcass opened this issue Jun 22, 2018 · 0 comments
Open

HTML Classes: Chose a writing convention #16

rcass opened this issue Jun 22, 2018 · 0 comments

Comments

@rcass
Copy link

rcass commented Jun 22, 2018

I noticed throughout the php files the writing of class names is not consistent.

Some times if is camel case

<section class="schoolOutreach">

and other times it is kebab case
<header class="entry-header">

Best practice is to chose on style of writing! A lot of the default styles use kebab styles, so I suggest using those just for the sake of consistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant