Skip to content

Commit

Permalink
Add a section about automatic use of constructable stylesheets.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Apr 1, 2020
1 parent 7a2e9f8 commit d9c18b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## Unreleased

### New settings
### New global behaviors

#### Built Shady CSS styles automatically use constructable stylesheet objects

If your application is uses pre-built Shady CSS styles and your browser supports [constructable stylesheet objects](https://wicg.github.io/construct-stylesheets/), Polymer will now extract all styles from your components' templates, join them into a single stylesheet, and share this stylesheet with all instances of the component using [`adoptedStyleSheets`](https://wicg.github.io/construct-stylesheets/#dom-documentorshadowroot-adoptedstylesheets).

### New global settings

This update to Polymer includes some new [global settings](https://polymer-library.polymer-project.org/3.0/docs/devguide/settings):

Expand Down

0 comments on commit d9c18b4

Please sign in to comment.