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

changed random string in prod to start with a letter #30

Merged
merged 1 commit into from
Mar 20, 2018
Merged

changed random string in prod to start with a letter #30

merged 1 commit into from
Mar 20, 2018

Conversation

luke-robertson
Copy link

No description provided.

@@ -66,7 +66,7 @@ export default function style(
// Aesthetic's caching layer.
} else {
instanceID += 1;
styleName = `${Math.random().toString(32).substr(2)}${instanceID}`;
styleName = `c${Math.random().toString(32).substr(2)}${instanceID}`;
Copy link
Author

Choose a reason for hiding this comment

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

CSS cant start with a number, so added a 'c' to the start of this string

@milesj
Copy link
Collaborator

milesj commented Mar 20, 2018

Awesome thank you!

@milesj milesj merged commit 771432a into aesthetic-suite:master Mar 20, 2018
@luke-robertson
Copy link
Author

Whats the deal with releasing/tagging new version with this ? a project im working on cant be upgraded till this is released and id like to upgrade it if possible

@milesj
Copy link
Collaborator

milesj commented Mar 20, 2018

I'm at work but I can tag a new version later tonight.

@luke-robertson
Copy link
Author

Thank you, appreciate it!

@milesj
Copy link
Collaborator

milesj commented Mar 21, 2018

@DesignAlchemy Releases tagged.

@luke-robertson
Copy link
Author

luke-robertson commented Mar 21, 2018

Thank you 👍
works perfectly now

screen shot 2018-03-21 at 09 10 02

Took ages to figure out what was going on haha

@milesj
Copy link
Collaborator

milesj commented Mar 21, 2018

Awesome! I'm surprised it hasn't come up earlier :P

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

Successfully merging this pull request may close these issues.

2 participants