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

Permit custom identifier hashing #657

Closed

Commits on Apr 18, 2022

  1. Permit custom identifier hashing (#1)

    This may not be the best possible API for this, but it has the benefit of being a backwards-compatible drop-in for any adapter/plugin that exposes `IdentifierOption` directly already.
    
    For example,  with the vite plugin, one can do:
    
    ```
    plugins: [vanillaExtractPlugin({
          identifiers: (scope, index)=> {return 'insert_logic_here';}
        })],
    ```
    FrancoisChabot authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    ef2f7c7 View commit details
    Browse the repository at this point in the history
  2. added changeset

    FrancoisChabot committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    a55e390 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Update packages/css/src/identifier.ts

    Co-authored-by: Paul Grau <[email protected]>
    FrancoisChabot and graup authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    de0f4e7 View commit details
    Browse the repository at this point in the history