diff --git a/lib/elements/custom-style.html b/lib/elements/custom-style.html index c0af8738d7..44c3b29afb 100644 --- a/lib/elements/custom-style.html +++ b/lib/elements/custom-style.html @@ -25,18 +25,18 @@ * - Document styles defined in a `` are shimmed to ensure they * do not leak into local DOM when running on browsers without native * Shadow DOM. - * - Custom properties can be defined in a ``. Use the `html` selector + * - Custom properties can be defined in a ``. Use the `html` selector * to define custom properties that apply to all custom elements. - * - Custom mixins can be defined in a ``, if you import the optional + * - Custom mixins can be defined in a ``, if you import the optional * [apply shim](https://github.com/webcomponents/shadycss#about-applyshim) * (`shadycss/apply-shim.html`). * * To use: - * + * * - Import `custom-style.html`. * - Place a `` element in the main document, wrapping an inline `