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

Remove sd-* classNames #301

Merged
merged 2 commits into from
Jun 28, 2016
Merged

Remove sd-* classNames #301

merged 2 commits into from
Jun 28, 2016

Conversation

levithomason
Copy link
Member

@levithomason levithomason commented Jun 28, 2016

Fixes #293. This PR removes all sd-* classNames. This was done as we are now officially a SUI project. There will be no more "Stardust" once migrated.

The test ensuring the sd-* class exists has been inverted to ensure it does not exist. This is only until we are done merging other PRs which are still using the sd-* class.

@codecov-io
Copy link

Current coverage is 88.03%

No coverage report found for master at d2b1d67.

Powered by Codecov. Last updated by d2b1d67...617e481

children.forEach(c => {
const childClassName = c.prop('className')
if (childClassName) childClassName.should.not.contain('sd-')
})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've inverted this test for now to help catch any further sd-* classes from other PRs that have not yet been scrubbed. After a while, we can remove this test.

@levithomason levithomason merged commit 700b632 into master Jun 28, 2016
@levithomason levithomason deleted the feature/remove-sd-classes branch June 28, 2016 02:59
jhchill666 pushed a commit to jhchill666/stardust that referenced this pull request Jul 5, 2016
* test(common): fail if sd-* className exists

* refactor(className): remove sd-* classNames
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.

2 participants