Skip to content

Boolean selector not working #149

@Sky-creates

Description

@Sky-creates

I have the following boolean property in my document:

---
Solved: true
---

However, when I want to select it in CSS, such as
node[Solved=true]{shape: rectangle;}
It does not work.

I have tried
node[Solved="true"]{shape: rectangle;}
node[Solved=True]{shape: rectangle;}
node[Solved="True"]{shape: rectangle;}
etc.

The only thing that works is
node[Solved]{shape: rectangle;}
However, this converts all node with property Solved to rectangles, which is not what I want.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions