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

Reduce Class Names #10

Open
rcass opened this issue Sep 15, 2017 · 0 comments
Open

Reduce Class Names #10

rcass opened this issue Sep 15, 2017 · 0 comments

Comments

@rcass
Copy link

rcass commented Sep 15, 2017

Through out the template files the classes are quite looonnnggggg πŸ™€

They make the code look more unreadable and don't really add anything to the project by being so long.

Here are some examples:

  • ❌ vatjss-flex-container-no-wrap
  • ❌ vatjss-flex-item-desktop-50

Better would be:

  • βœ… container
  • βœ… about-header

Class names do not need to be prefixed the way functions do, since there is global name space to worry about.

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