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

Manage CSSRules with "Stylesheet" instance #3

Merged
merged 1 commit into from
May 2, 2018
Merged

Conversation

ItsJonQ
Copy link
Contributor

@ItsJonQ ItsJonQ commented May 2, 2018

Manage CSSRules with "Stylesheet" instance

This update refactors the previous implementation to use an instance to
track/manage/interface with withStyle, instead of relying purely on a
privately defined CONSTANT.

The UUID mechanism has also been replaced by a simple incrementing ID
mechanism. This nullifies the risk of collision and is simpler :).

Resolves:

#2
#1

This update refactors the previous implementation to use an instance to
track/manage/interface with `withStyle`, instead of relying purely on a
privately defined CONSTANT.

The UUID mechanism has also been replaced by a simple incrementing ID
mechanism. This nullifies the risk of collision and is simpler :).
@ItsJonQ ItsJonQ added the enhancement New feature or request label May 2, 2018
@ItsJonQ ItsJonQ self-assigned this May 2, 2018
@ItsJonQ ItsJonQ merged commit 1deffc9 into master May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant