Skip to content

CSS class plus Flexi attributes are broke #318

Description

@gtb104

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions