From 55091849eff3e9fa378a59c32c5b633bc953a599 Mon Sep 17 00:00:00 2001 From: Dave Lockhart Date: Tue, 12 Jul 2016 13:37:10 -0400 Subject: [PATCH] [ci-skip] minor wording fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef7f515..fd1d611 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Bower version][bower-image]][bower-url] [![Build status][ci-image]][ci-url] -This component contains a [Polymer](https://www.polymer-project.org/1.0/)-based web component and mixin, as well as a [Sass mixin](http://sass-lang.com/). Either of these can be used to position elements off the screen in an accessible manor. +This component contains a [Polymer](https://www.polymer-project.org/1.0/)-based web component and mixin, as well as a [Sass mixin](http://sass-lang.com/). Any of these can be used to position elements off the screen in an accessible manor. For further information on this and other D2L UI components, see the docs at [ui.valence.d2l.com](http://ui.valence.d2l.com/). @@ -34,11 +34,11 @@ The `` custom element can now be used in your markup, the childre This message will only be visible to assistive technology, such as a screen reader. ``` -## Polymer Mixin +### Polymer Mixin Alternatively, you can apply the offscreen styles to an existing element using the mixin. -You'll still include the web component polyfill, but instead of importing `d2l-offscreen.html`, import `d2l-offscreen-shared-styles.html`. Include it on your style block and apply the `--d2l-offscreen` mixin to any CSS selector: +You'll still include the web component polyfill, but instead of importing `d2l-offscreen.html`, import `d2l-offscreen-shared-styles.html`. Include `d2l-offscreen-shared-styles` on your style block and apply the `--d2l-offscreen` mixin to any CSS selector: ```html