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

Create new "empty" variant #3298

Merged
merged 4 commits into from May 7, 2021
Merged

Commits on Jan 6, 2021

  1. create new "empty" variant

    this will generate classes like the following:
    
    ```css
    .empty\:hidden:empty {
      display: none
    }
    ```
    browner12 committed Jan 6, 2021
    Copy the full SHA
    d552e20 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. add 'empty' variant test

    confirm generated output
    browner12 committed Jan 30, 2021
    Copy the full SHA
    815d31d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Copy the full SHA
    01b2ee5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Copy the full SHA
    6af1481 View commit details
    Browse the repository at this point in the history