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 all componentId with sc- #276

Closed
wants to merge 1 commit into from

Conversation

robilars-amazon
Copy link

Previously componentId would only be prefixed with sc- when component hash began with a digit. This differs from styled-components componentId generation where all componentIds are prefixed with sc-

This patch causes all componentId to be prefixed with sc-

Additionally, I have updated the build dependancies and rebuilt yarn.lock

"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-env": "^7.8.7",
Copy link
Collaborator

Choose a reason for hiding this comment

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

please drop unrelated changes, thanks

@tobilen
Copy link

tobilen commented Oct 15, 2020

@probablyup i believe this can be closed, since there is the `namespace' option that parameterizes this now

@kitten
Copy link
Member

kitten commented Nov 16, 2020

I believe this is obsolete now given: #281

@kitten kitten closed this Nov 16, 2020
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.

4 participants