From 3f248f95d6b5b4b18c4ca558f80d76e913412daa Mon Sep 17 00:00:00 2001 From: George Treviranus Date: Fri, 21 Sep 2018 21:00:06 -0700 Subject: [PATCH] updates docs links to github --- docs/accessibility.md | 2 +- docs/accordions.md | 2 +- docs/alignment.md | 2 +- docs/branding.md | 2 +- docs/buttons.md | 2 +- docs/color.md | 2 +- docs/display.md | 2 +- docs/download.md | 2 +- docs/forms.md | 6 +++--- docs/grid.md | 4 ++-- docs/introduction.md | 2 +- docs/javascript.md | 2 +- docs/modals.md | 2 +- docs/offset_order.md | 2 +- docs/spacing.md | 2 +- docs/text.md | 2 +- docs/typography.md | 2 +- 17 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/accessibility.md b/docs/accessibility.md index e962b75a..e003c3df 100644 --- a/docs/accessibility.md +++ b/docs/accessibility.md @@ -33,4 +33,4 @@ Undernet.Utils.releaseFocus() `releaseFocus` doesn't need any arguments, as it assumes you are releasing focus from the most recently captured item. -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/accordions.md b/docs/accordions.md index cdf91e35..d6cba27a 100644 --- a/docs/accordions.md +++ b/docs/accordions.md @@ -211,4 +211,4 @@ Undernet.start() Undernet.Accordions.start() ``` -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/alignment.md b/docs/alignment.md index 6833416e..09b80fdf 100644 --- a/docs/alignment.md +++ b/docs/alignment.md @@ -176,4 +176,4 @@ To manually set elements in a container to grow or shrink, add the class `can-X` -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/branding.md b/docs/branding.md index c50643a8..d00036e1 100644 --- a/docs/branding.md +++ b/docs/branding.md @@ -78,4 +78,4 @@ Finally, import `undernet.scss` in your global stylesheet. With that, you should be good to go! -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/buttons.md b/docs/buttons.md index 2faa0f5b..5b1ec7cc 100644 --- a/docs/buttons.md +++ b/docs/buttons.md @@ -101,4 +101,4 @@ Also Add styles for your regular anchor links. Just a link! ``` -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/color.md b/docs/color.md index 313be365..e8fc84b8 100644 --- a/docs/color.md +++ b/docs/color.md @@ -18,4 +18,4 @@ Similar to text, use `has-X-bg` to modify an element's `background-color`, where

I'm using $gray800!

I'm using using success color!

-

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/display.md b/docs/display.md index 33562d25..85b42633 100644 --- a/docs/display.md +++ b/docs/display.md @@ -18,4 +18,4 @@ A useful utility to have in responsive design is one that modifies with your gri

``` -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/download.md b/docs/download.md index 14dd69b6..fb2794c2 100644 --- a/docs/download.md +++ b/docs/download.md @@ -24,4 +24,4 @@ $ npm install undernet $ yarn add undernet ``` -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/forms.md b/docs/forms.md index 6e5cef8f..2bf83d00 100644 --- a/docs/forms.md +++ b/docs/forms.md @@ -136,9 +136,9 @@ Use the fieldset tag to group form elements together. It should sit inside a for ## Disabled State -Using the `[disabled]` attribute will visually and functionally disable the control with this property. +Using the `[disabled]` attribute will visually and functionally disable the control. -The `disabled` class will visually dim the control, but not disable it. The input must return `false` in JavaScript but still receive focus to truly disable clicks and other forms of input if you use the class. Useful for disabling anchor tag buttons. +The `disabled` class will visually dim the control, but not disable it functionally. The input must return `false` in JavaScript but still receive focus to truly disable clicks and other forms of input if you use the class. Useful for disabling anchor tag buttons. @@ -167,4 +167,4 @@ The `disabled` class will visually dim the control, but not disable it. The inpu ``` -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/grid.md b/docs/grid.md index dc66984c..e0f85b4f 100644 --- a/docs/grid.md +++ b/docs/grid.md @@ -270,7 +270,7 @@ Don’t want padding on your grid, rows, and/or columns? You can remove it all w
- .column + .column.has-no-padding
@@ -320,4 +320,4 @@ By default, a row will be vertically centered. To make the row top-aligned, add [Learn more about alignment utilities.](/docs/utilities/alignment) -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/introduction.md b/docs/introduction.md index 0f96f043..949db0c1 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -59,4 +59,4 @@ Undernet is completely open source! Contribute on [Github](https://www.github.com/geotrev/undernet/issues) if you have questions or a want to file a bug report. Be sure to [read about contributing](https://www.github.com/geotrev/undernet/master/CONTRIBUTING.md) before filing a bug or pull request. -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/javascript.md b/docs/javascript.md index 9e629134..d655a807 100644 --- a/docs/javascript.md +++ b/docs/javascript.md @@ -71,4 +71,4 @@ Modal.start() If you're using webpack, [tree shaking](https://webpack.js.org/guides/tree-shaking/) is available by default and will allow you to import from the global `Undernet` object and webpack will discard any unused components. -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/modals.md b/docs/modals.md index 6e275b42..b58e9b2b 100644 --- a/docs/modals.md +++ b/docs/modals.md @@ -230,4 +230,4 @@ Undernet.start() Undernet.Modals.start() ``` -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/offset_order.md b/docs/offset_order.md index 7f88489e..b1157b27 100644 --- a/docs/offset_order.md +++ b/docs/offset_order.md @@ -58,4 +58,4 @@ You can also use traditional offset if you need to break out of the grid. Switch ``` -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/spacing.md b/docs/spacing.md index fc81bf4f..28dc4225 100644 --- a/docs/spacing.md +++ b/docs/spacing.md @@ -64,4 +64,4 @@ Further, remove padding or margin from specifically one side using `has-no-paddi -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/text.md b/docs/text.md index 6181df3c..95c7f28f 100644 --- a/docs/text.md +++ b/docs/text.md @@ -45,4 +45,4 @@ Make your font bold or italic. .is-italic { font-weight: $global-font-style-italic !important; -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!

diff --git a/docs/typography.md b/docs/typography.md index 0ba6e280..ddfe6f80 100644 --- a/docs/typography.md +++ b/docs/typography.md @@ -110,4 +110,4 @@ Ordered and unordered lists can be styled as well. You can change the bullet sty ``` -

Is this article inaccurate? Edit this page on Github!

+

Is this article inaccurate? Edit this page on Github!