Skip to content

Loading…

with Polymer#1.05-update, style-sheets and custom-style-elements are not parsed in my project anymore #1974

Closed
fooloomanzii opened this Issue · 3 comments

4 participants

@fooloomanzii

I think, I kept following rules for mixins and css-variables but console says "Uncaught TypeError: Cannot read property 'trim' of undefined"
Everything is fine with my style-sheets with Polymer#1.04, and I don't see anything wrong in my code
https://github.com/Fairyon/webvisual/tree/develop/src/public/css

@fooloomanzii fooloomanzii changed the title from with Polymer#1.05-update style-sheets and custom-style-elements are not parsed in my project anymore to with Polymer#1.05-update, style-sheets and custom-style-elements are not parsed in my project anymore
@kevinpschaaf kevinpschaaf added the p1 label
@sorvell
Owner

Thanks for finding this issue. We'll correct it in the next release. In the meantime, here is a workaround, remove all the new lines following : in this rule: https://github.com/Fairyon/webvisual/blob/develop/src/public/css/app-theme.html#L320.

@fooloomanzii

Thank you so much, without this certain mixin, it's working

@kevinpschaaf kevinpschaaf closed this in #2041
@robertavram

Is this problem back? After I run gulp serve:dist I'm getting Cannot read property 'trim' of undefined
screen shot 2015-12-04 at 5 54 23 pm

This is with Polymer Starter Kit and Polymer v1.2.3

Thanks,

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.