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

feat: allow to pass options to insert function through style.use() #535

Merged
merged 3 commits into from Sep 14, 2021

Commits on Sep 12, 2021

  1. feat: allow to pass options to insert function through style.use()

    Allow to pass additional parameter to `style.use(anything)` which will be passed to `insert` function. This allows to insert each tag in different places and especially useful for Shadow DOM
    
    Resolves webpack-contrib#328
    OlegWock committed Sep 12, 2021
    Copy the full SHA
    756560a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Copy the full SHA
    4fe0446 View commit details
    Browse the repository at this point in the history
  2. Add test cases

    OlegWock committed Sep 13, 2021
    Copy the full SHA
    62e500c View commit details
    Browse the repository at this point in the history