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

ember-component-css incompatibility #8

Open
buschtoens opened this issue Jul 11, 2015 · 3 comments
Open

ember-component-css incompatibility #8

buschtoens opened this issue Jul 11, 2015 · 3 comments

Comments

@buschtoens
Copy link

As brought up here: #1 (comment)

@buschtoens
Copy link
Author

Working on a PR for you.

@buschtoens
Copy link
Author

There's a problem. ember-component-css genereates a stylesheet like this:

.application--nav-bar-ecf9bbbf .wrapper {
  max-width: 400px;
  margin: 0 auto; }

Unfortunately, the class name suffix up there is absolutely random and changes with every edit. Therefore it also needs to change in the document. This is clearly out of scope for this project, I'd say.

I'll open an issue over at ember-component-css.

@buschtoens
Copy link
Author

I made a PR that fixes this behavior by caching the suffixes: webark/ember-component-css#76

If it gets accepted, you could merge #9 as well. :)

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

No branches or pull requests

2 participants