-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I am getting the following error when I run tests (but not in development):
ActionView::Template::Error: Invalid CSS after " @apply": expected "}", was "(--paper-drawer..."
(in /Users/<username>/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/polymer-elements-rails-1.0.0.pre.rc.1/app/assets/components/paper-drawer-panel/paper-drawer-panel.html)
As far as I can trace it back, this issue is actually in paper-drawer-panel.css (which is called in paper-drawer-panel.html). The CSS file has lines similar to this a number of times: @apply(--paper-drawer-panel-drawer-container); Any idea why this is suddenly causing an issue, only in tests, and how to fix it?
I am running version 1.0.0.pre.rc.1 of the gem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels