From 249cc9c425150ce803ab0ff0ac23e76fb3f7a0c6 Mon Sep 17 00:00:00 2001 From: B Paduch Date: Wed, 1 Apr 2015 09:03:06 -0400 Subject: [PATCH] Added reference to docs URL --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cff0bd..23eba4d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ The **vui-offscreen** library provides a Less mixin and CSS for positioning elements off the screen. Off-screen elements are valuable from an accessibility perspective when you wish to have elements which are only visible to screen readers. For more information, read [WebAIM's article on Invisible Content](http://webaim.org/techniques/css/invisiblecontent/). +For further information on this component and other VUI components, see the docs at [ui.valence.d2l.com](http://ui.valence.d2l.com/). + #### Coding styles See the [VUI Best Practices & Style Guide](https://github.com/Brightspace/valence-ui-docs/wiki/Best-Practices-&-Style-Guide) for information on VUI naming conventions, plus information about the [EditorConfig](http://editorconfig.org) rules used in this repo.