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

Commits on May 2, 2018

  1. 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 :).
    ItsJonQ committed May 2, 2018
    Configuration menu
    Copy the full SHA
    0301715 View commit details
    Browse the repository at this point in the history