soxhub / ember-scoped-css

MIT License
12 stars 1 forks source link

Prove that ember-scoped-css doesn't change class names as you move classic -> embroider -> etc #237

Open NullVoxPopuli opened 3 months ago

NullVoxPopuli commented 3 months ago

Alternatively, we can force the assumption that the generated class name is private API and folks shouldn't be using it.

This would mean that the tests in these apps would need to not ever assert against the raw string.

However the work to support name aliasing is still required for maintenance reasons to have all test-apps have the same base scenarios to test.