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

Duplication of CSS rules for the base button after migrating a project #117

Open
petar-i-todorov opened this issue Sep 26, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@petar-i-todorov
Copy link

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:

  1. Create a 2024 Q1 project.
  2. Set styles to the Secondary Solid button (currently known as "base").
  3. Migrate the project to 2024 Q3.
  4. Set styles to the Base button.
  5. Export the package.

Actual Results
The old CSS rule is preserved and now there is a duplication of CSS rules with the exact same selector.
image

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.

@petar-i-todorov petar-i-todorov added the Bug Something isn't working label Sep 26, 2024
@NickIliev
Copy link
Member

+1 from t.1670928

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants