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

[v4] Class name priority is incorrect #861

Open
JinYuSha0 opened this issue Mar 30, 2024 · 1 comment
Open

[v4] Class name priority is incorrect #861

JinYuSha0 opened this issue Mar 30, 2024 · 1 comment

Comments

@JinYuSha0
Copy link
Contributor

Describe the bug
Class name priority is incorrect

To Reproduce
Steps to reproduce the behavior:

const Home: React.FC<Props> = () => {
  return (
    <Layout>
      <View className="w-10 h-10 bg-rose-300 bg-[#0000FF]" />
    </Layout>
  );
};

Expected behavior
The view should be blue because bg-[#0000FF] is sorted behind.

Screenshots
image

@JinYuSha0
Copy link
Contributor Author

JinYuSha0 commented Mar 30, 2024

pr: #862

@JinYuSha0 JinYuSha0 changed the title 【v4】 Class name priority is incorrect [v4] Class name priority is incorrect Mar 30, 2024
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

No branches or pull requests

1 participant