Skip to content

changed name of css variable & css variable which use another one #93

@viT-1

Description

@viT-1

** Description **
Calculation isn't working if css variable uses another variable.
Such as (Title 3 in example):

[iam-collapser] {
-ieVar--ie-clr-shoal-back: hsla(var(--thm-hue), var(--thm-sat), 28%, 1);
-ie-clr-rase-front: hsla(215, 20%, 56%, 1);
-ie-iam-collapser-border-color: var(--clr-base-front);
}

[iam-collapser-header] {
border-top: solid var(--thin) var(--iam-collapser-border-color);
}
<div class="iecp-u4" role="structure" style="-ie-thm-hue: 30;" iam-collapser="" iecp-needed="true">
<header class="iecp-u13" role="sectionhead" iam-collapser-header="is-open:true is-disabled:false" iecp-needed="true">Title 3</header>
...
</div>

** Version **
nuxodin/[email protected]/ie11CustomProperties.js

** To Reproduce **
Collapser with "Title 3" should use inline style with css variable.

I know this project is abandined, but may be you can help with workaround?

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