Skip to content

Not parsing nested or statement correctly #90

@sandrodz

Description

@sandrodz

Hello,

I encountered an issue with the following code:

mixin h(level, size = xl, align, margin = true, classes = "")
  class= ((size === "xxl" || size === "xl" || size === "l") && margin) ? "mb-s mb-sS@s" : false

I expected to get:

class=mb-s mb-sS@s

But I actually get:

class=false

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions