Skip to content

CSS class plus Flexi attributes are broke #318

Open
@gtb104

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.

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