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

Migrate Modal & Drawer to use CloseButton component from core #107

Merged
merged 6 commits into from
Oct 23, 2020

Conversation

josemarluedke
Copy link
Owner

@josemarluedke josemarluedke commented Oct 23, 2020

For the close button to work correctly, it's necessary to set up the @frontile/core tailwind plugin.

// tailwind.config.js

module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('@frontile/core/tailwind'),
    require('@frontile/overlays/tailwind')
  ]
};

@josemarluedke josemarluedke merged commit 5a4a915 into master Oct 23, 2020
@josemarluedke josemarluedke deleted the feat/overlay-close-button branch October 23, 2020 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant