Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Children don't get written to CSS properly #16

Open
DogAndHerDude opened this issue Jan 19, 2017 · 1 comment
Open

Children don't get written to CSS properly #16

DogAndHerDude opened this issue Jan 19, 2017 · 1 comment

Comments

@DogAndHerDude
Copy link

DogAndHerDude commented Jan 19, 2017

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

@saike
Copy link

saike commented Jan 26, 2017

Yes! This looks like LESS string, not CSS =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants