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

Fix apply custom className to CSS variables as well #348

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 18, 2024

  1. Fix apply custom className to CSS variables as well

    When "className" is used to change the default class from "prose" to something custom, the associated CSS variables would still be named "tw-prose-xyz". This PR is making sure that if a user is asking for a custom class name, it is also applied to the underlying CSS variables.
    aversini committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    669ee2f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    8e14ed3 View commit details
    Browse the repository at this point in the history
  2. Update styles.js

    aversini committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    28a6a38 View commit details
    Browse the repository at this point in the history