We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://ant.design/docs/react/compatible-style#tailwindcss-arrange-layer
Configure the layers like so
@layer tailwind-base, reset, antd; @import url('antd/dist/reset.css') layer(reset); @layer tailwind-base { @tailwind base; }
order of precendence should be
it works fine on local but on prod the sequence is different
The text was updated successfully, but these errors were encountered:
local:
production:
Sorry, something went wrong.
No branches or pull requests
Reproduction link
https://ant.design/docs/react/compatible-style#tailwindcss-arrange-layer
Steps to reproduce
Configure the layers like so
@layer tailwind-base,
reset,
antd;
@import url('antd/dist/reset.css') layer(reset);
@layer tailwind-base {
@tailwind base;
}
What is expected?
order of precendence should be
What is actually happening?
it works fine on local but on prod the sequence is different
The text was updated successfully, but these errors were encountered: