Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

fix compatibility with tailwind v2 #14

Closed
wants to merge 1 commit into from

Conversation

darkyzhou
Copy link

@darkyzhou darkyzhou commented Mar 18, 2021

The changes are tested to have #12 fixed.

However, Tailwind CSS v2 will still complain:

warn - The `target` feature has been removed in Tailwind CSS v2.0.
warn - Please remove this option from your config file to silence this warning.

This is because according to tailwindlabs/tailwindcss#2571, Tailwind CSS v2.0 no longer supports IE11. I suggest bumping the package's version and claim that the new version should only be used with Tailwind CSS v2.0, dropping the support for IE11.

Or...merge the changes, keeping the support for IE11?

@benface benface self-assigned this Mar 25, 2021
@benface
Copy link
Owner

benface commented Feb 22, 2022

Hi @darkyzhou, thank you very much for taking the time to create this PR, and I'm sorry for taking so long to address it. I'm actually deprecating this plugin, since the gap CSS property is now supported in all major browsers, both in Grid layout and in Flexbox layout, and Tailwind CSS has utilities for it. Thanks again!

@benface benface closed this Feb 22, 2022
@benface benface mentioned this pull request Feb 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants