Skip to content

CSS error in rails tests #3

@redbassett

Description

@redbassett

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.

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