Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Please allow #img css to be edited #133

Open
smashah opened this issue Apr 20, 2018 · 0 comments
Open

Please allow #img css to be edited #133

smashah opened this issue Apr 20, 2018 · 0 comments

Comments

@smashah
Copy link

smashah commented Apr 20, 2018

Just how on paper-card there's
@apply --paper-card-header-image;

Can we please change:

#img {
        display: block;
        width: var(--iron-image-width, auto);
        height: var(--iron-image-height, auto);
      }

to

#img {
        display: block;
        width: var(--iron-image-width, auto);
        height: var(--iron-image-height, auto);
        @apply --iron-image-image;
      }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant