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

Renamed CSS classes in custom components are not renamed in the exported SCSS/CSS #146

Open
NickIliev opened this issue Feb 6, 2025 · 0 comments

Comments

@NickIliev
Copy link
Member

Renamed CSS classes in custom components are not renamed in the exported SCSS

Steps to reproduce

  1. Create custom component with CSS class="navigation-horizontal-background" >>> Save
  2. Edit custom component and change the name of the CSS class to class="renamed-navigation-horizontal-background" >>> Save
  3. Export All

The export will contain the renamed CSS class in the HTML rendering

Image

But it will not contain the renamed CSS classes in the SCSS/CSS files (instead the initial CSS class will remain)

Image

Components technology and version
TB Q4 2024

Additional context
Reported from t.1678010

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