You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
If you don't include the theme's dependencies, but depend on the ordering of your imports, stuff will probably work OK... most of the time. But you'll be prey to unexpected problems.
The text was updated successfully, but these errors were encountered:
We document custom properties, but don't really document how to create a theme or override/extend a theme.
It appears that there are several unexpected wrinkles here, see:
PolymerElements/paper-styles#93
Polymer/polymer#3348
I think the summary is that to use the paper elements and override the default theme, you should probably do something like this:
If you're writing a theme for your own elements, you should probably have a default theme import like paper-styles does:
If you don't include the theme's dependencies, but depend on the ordering of your imports, stuff will probably work OK... most of the time. But you'll be prey to unexpected problems.
The text was updated successfully, but these errors were encountered: