From f519b5155127b0b2a7b45b081e9cf7d0c0da300e Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 21 Dec 2015 10:20:08 -0500 Subject: [PATCH] FIX - correcting pattern styling source paths --- _posts/patterns/2015-03-25-headings.md | 2 +- _posts/patterns/2015-04-15-icons.md | 2 +- _posts/patterns/2015-04-27-copy.md | 2 +- _posts/patterns/2015-05-12-forms.md | 2 +- _posts/patterns/2015-07-01-grid.md | 2 +- _posts/patterns/2015-07-10-layouts.md | 2 +- _posts/patterns/2015-07-21-depth.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_posts/patterns/2015-03-25-headings.md b/_posts/patterns/2015-03-25-headings.md index 5f581121..33136eac 100644 --- a/_posts/patterns/2015-03-25-headings.md +++ b/_posts/patterns/2015-03-25-headings.md @@ -11,7 +11,7 @@ tags: slug: headings -url_styles: "components/_headings.scss" +url_styles: "patterns/_headings.scss" description: Examples of headings in a semi-real world context. diff --git a/_posts/patterns/2015-04-15-icons.md b/_posts/patterns/2015-04-15-icons.md index 9444420e..80c8d3b4 100644 --- a/_posts/patterns/2015-04-15-icons.md +++ b/_posts/patterns/2015-04-15-icons.md @@ -11,7 +11,7 @@ tags: slug: icons -url_styles: "components/_icons.scss" +url_styles: "patterns/_icons.scss" url_documentation: Styleguide:-Icons description: A collection of accessible icons available for use when building UI with the edX Pattern Library. diff --git a/_posts/patterns/2015-04-27-copy.md b/_posts/patterns/2015-04-27-copy.md index 3848b2df..205157ab 100644 --- a/_posts/patterns/2015-04-27-copy.md +++ b/_posts/patterns/2015-04-27-copy.md @@ -11,7 +11,7 @@ tags: slug: copy -url_styles: "components/_copy.scss" +url_styles: "patterns/_copy.scss" description: Examples of copy in a semi-real world context. diff --git a/_posts/patterns/2015-05-12-forms.md b/_posts/patterns/2015-05-12-forms.md index f248a246..fc1463fd 100644 --- a/_posts/patterns/2015-05-12-forms.md +++ b/_posts/patterns/2015-05-12-forms.md @@ -10,7 +10,7 @@ tags: - forms slug: forms -url_styles: "components/_forms.scss" +url_styles: "patterns/_forms.scss" url_documentation: Styleguide:-Forms description: These examples demonstrate how to use form controls within your application. We've grouped the form controls by type and for each type, provided proper CSS classes to achieve the desired visual presentation. In some cases, we've created optional classes which enhance the presentation. All of the examples have been tested to be accessible. Theming is available as well so form controls can match your institutions look and feel. diff --git a/_posts/patterns/2015-07-01-grid.md b/_posts/patterns/2015-07-01-grid.md index 4b937eb3..0f8d7bda 100644 --- a/_posts/patterns/2015-07-01-grid.md +++ b/_posts/patterns/2015-07-01-grid.md @@ -11,7 +11,7 @@ tags: slug: grid -url_styles: "components/_grid.scss" +url_styles: "patterns/_grid.scss" url_example: grid.html url_documentation: Styleguide:-Grid-System diff --git a/_posts/patterns/2015-07-10-layouts.md b/_posts/patterns/2015-07-10-layouts.md index cdea200d..b85d4db0 100644 --- a/_posts/patterns/2015-07-10-layouts.md +++ b/_posts/patterns/2015-07-10-layouts.md @@ -11,7 +11,7 @@ tags: slug: layouts -url_styles: "components/_layouts.scss" +url_styles: "patterns/_layouts.scss" url_example: layouts.html description: Preset view-based and section-based layouts. diff --git a/_posts/patterns/2015-07-21-depth.md b/_posts/patterns/2015-07-21-depth.md index e2f049fa..db41fef6 100644 --- a/_posts/patterns/2015-07-21-depth.md +++ b/_posts/patterns/2015-07-21-depth.md @@ -11,7 +11,7 @@ tags: slug: depth -url_styles: "components/_depth.scss" +url_styles: "patterns/_depth.scss" url_example: depth.html description: Visual depth system that be used throughout a UI.