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

Only generate variants for non-user layers #6589

Merged
merged 3 commits into from Dec 17, 2021

Commits on Dec 17, 2021

  1. only generate variants for non-user layers

    If you have the following css:
    
    ```css
    @tailwind utilities;
    .foo {
      color: red;
    }
    ```
    
    And you HTML looks like this:
    ```html
    <div class="hover:foo"></div>
    ```
    
    Then the output should _not_ generate a `.hover\:foo {}` class.
    RobinMalfait committed Dec 17, 2021
    Copy the full SHA
    f6bcc6c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c5a5318 View commit details
    Browse the repository at this point in the history
  3. update changelog

    RobinMalfait committed Dec 17, 2021
    Copy the full SHA
    5ae5873 View commit details
    Browse the repository at this point in the history