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

setting up test cases for additional import rule examples #997

Closed

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Nov 12, 2022

Related Issue

Found some gaps in our @import rule handling

/* expected */
@tailwind base;
@tailwind components;
@tailwind utilities;

/* actual */
@tailwind base}
@tailwind components}
@tailwind utilities}

/* not support at all!! */
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

Summary of Changes

N / A

TODO

  1. Add support for remote @import url
  2. Add support for "plain" at rule, per Tailwind style
  3. Add test cases

@thescientist13
Copy link
Member Author

duplicated by #999

@thescientist13 thescientist13 deleted the bug/improve-import-rule-handling branch December 18, 2022 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI P0 Critical issue that should get addressed ASAP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant