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

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

Open
viT-1 opened this issue Oct 6, 2022 · 0 comments
Open

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

viT-1 opened this issue Oct 6, 2022 · 0 comments

Comments

@viT-1
Copy link

viT-1 commented Oct 6, 2022

** 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?

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

1 participant