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

Prefix for classes #511

Closed
wants to merge 3 commits into from
Closed

Prefix for classes #511

wants to merge 3 commits into from

Conversation

hgezim
Copy link

@hgezim hgezim commented Feb 8, 2017

Proposed solution

Fixes #302

Tradeoffs

More complex docs.

Testing Done

It does work.

This could prevent class name conflicts.
Add prefix variable for all classes
This could prevent class name conflicts.
@jgthms
Copy link
Owner

jgthms commented Mar 26, 2017

I've thought about this one. Although it can be useful, I feel it adds too much noise in the source code.

But the main thing is that namespacing should not be solved this way, but through components, or CSS modules.

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

Successfully merging this pull request may close these issues.

please namespace all classes
2 participants