Skip to content

Support import syntax even if not using postcss-import #1336

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

Merged
merged 1 commit into from
Feb 1, 2020

Conversation

adamwathan
Copy link
Member

This PR allows you to write @import "tailwindcss/utilities"; instead of @tailwind utilities;, even if you aren't using postcss-import.

The goal of this is just to reduce the number of questions I get about this, and having to tell people to set Tailwind up in two different ways depending on if they are using that plugin or not.

With this change I'll probably stop documenting the actual @tailwind rule and just push this option instead, since it will work universally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants