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

CSS class plus Flexi attributes are broke #318

Open
gtb104 opened this issue Jul 21, 2023 · 0 comments
Open

CSS class plus Flexi attributes are broke #318

gtb104 opened this issue Jul 21, 2023 · 0 comments

Comments

@gtb104
Copy link

gtb104 commented Jul 21, 2023

With the 3.0.0-alpha.0 branch, the following code:

function updateClassNode(...) {
  ...
  else {
    // classNode.value.chars = `${classNode.value.chars} ${classNames.join(' ')}`;
  }
  ...

Breaks this code <box xs="3" class="something"></box>

This else block is commented out, so it never appends the generated class names to an existing class string.

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