Replace :root by html in plugin docs
This is a mandatory change for Polymer 2 compatibility: https://polymer-library.polymer-project.org/2.0/docs/upgrade#wrap-custom-style-elements Change-Id: I17721edb7b31a75bb165c5a3a1631b6287ce9f3e
This commit is contained in:
@@ -25,7 +25,7 @@ Plugins should provide Style Module, for example:
|
|||||||
<dom-module id="some-style">
|
<dom-module id="some-style">
|
||||||
<template>
|
<template>
|
||||||
<style>
|
<style>
|
||||||
:root {
|
html {
|
||||||
--css-mixin-name: {
|
--css-mixin-name: {
|
||||||
property: value;
|
property: value;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user