Skip to content

Loading…

Custom properties with 'var' in the value aren't applied #2660

Closed
robdodson opened this Issue · 2 comments

3 participants

@robdodson
Owner

ex: --my-font: 'Varela Round' will not be applied because of the word Var in Varela. @sorvell :cry:

@ebidel ebidel added the css label
@TimvdLippe TimvdLippe referenced this issue from a commit in TimvdLippe/polymer
@TimvdLippe TimvdLippe Fix parsing of custom properties with 'var' in value
Fixes #2660
7b0666e
@TimvdLippe TimvdLippe referenced this issue from a commit in TimvdLippe/polymer
@TimvdLippe TimvdLippe Fix parsing of custom properties with 'var' in value
Fixes #2660
7356c6f
@TimvdLippe TimvdLippe referenced this issue from a commit in TimvdLippe/polymer
@TimvdLippe TimvdLippe Fix parsing of custom properties with 'var' in value
Fixes #2660
054a60c
@TimvdLippe TimvdLippe referenced this issue from a commit in TimvdLippe/polymer
@TimvdLippe TimvdLippe Fix parsing of custom properties with 'var' in value
Fixes #2660
e533ec1
@TimvdLippe TimvdLippe referenced this issue from a commit in TimvdLippe/polymer
@TimvdLippe TimvdLippe Fix parsing of custom properties with 'var' in value
Fixes #2660
61dc7bd
@TimvdLippe TimvdLippe referenced this issue from a commit in TimvdLippe/polymer
@TimvdLippe TimvdLippe Fix parsing of custom properties with 'var' in value
Fixes #2660
dde18d2
@TimvdLippe

Well that was an evening of edge-cases and testing, but I think I cracked it now. #2662 shows the reported fixed behaviour.

The multiple mentions are due to FireFox and Chrome parsing css selectors differently, but unrelated to the actual purpose of testing. Sorry for the spam.

@TimvdLippe TimvdLippe referenced this issue from a commit in TimvdLippe/polymer
@TimvdLippe TimvdLippe Fix parsing of custom properties with 'var' in value
Fixes #2660
61abfbd
@azakus azakus closed this in #2662
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.