Skip to content

Children don't get written to CSS properly #16

@DogAndHerDude

Description

@DogAndHerDude

The following:

'.lumi-calc-content': { children: { '.ant-form-item': { children: { '.lumi-input-container': { children: {}, attributes: { 'border-color': '#EBEBEB', 'border-width': '2px' } } } } } }

gets parsed into the following:

.lumi-calc-content { .ant-form-item { .lumi-input-container { border-color: rgba(211, 55, 55, 1); border-width: 2px; } } }

Shouldn't the children be following one another as the following?: .lumi-calc-content .ant-form-item .lumi-input-container

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