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
Renamed CSS classes in custom components are not renamed in the exported SCSS
class="navigation-horizontal-background"
class="renamed-navigation-horizontal-background"
The export will contain the renamed CSS class in the HTML rendering
But it will not contain the renamed CSS classes in the SCSS/CSS files (instead the initial CSS class will remain)
Components technology and version TB Q4 2024
Additional context Reported from t.1678010
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Renamed CSS classes in custom components are not renamed in the exported SCSS
Steps to reproduce
class="navigation-horizontal-background"
>>> Saveclass="renamed-navigation-horizontal-background"
>>> SaveThe export will contain the renamed CSS class in the HTML rendering
But it will not contain the renamed CSS classes in the SCSS/CSS files (instead the initial CSS class will remain)
Components technology and version
TB Q4 2024
Additional context
Reported from t.1678010
The text was updated successfully, but these errors were encountered: