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
Describe the bug There is a duplication of CSS rules for the base button after migrating a project.
To Reproduce Steps to reproduce the behavior:
Actual Results The old CSS rule is preserved and now there is a duplication of CSS rules with the exact same selector.
Expected behavior The old CSS rule is not preserved.
Additional context In the client's case, the old CSS rule appears after the new one and overrides its styles.
Reported through t.1665570.
The text was updated successfully, but these errors were encountered:
+1 from t.1670928
Sorry, something went wrong.
No branches or pull requests
Describe the bug
There is a duplication of CSS rules for the base button after migrating a project.
To Reproduce
Steps to reproduce the behavior:
Actual Results
![image](https://github.com/user-attachments/assets/82aece34-8a3e-4e80-8cc4-5e1dd88b62bc)
The old CSS rule is preserved and now there is a duplication of CSS rules with the exact same selector.
Expected behavior
The old CSS rule is not preserved.
Additional context
In the client's case, the old CSS rule appears after the new one and overrides its styles.
Reported through t.1665570.
The text was updated successfully, but these errors were encountered: