Skip to content

Commit

Permalink
Merge pull request #61 from WPMedia/TMEDIA-182-clarify-docs-override
Browse files Browse the repository at this point in the history
TMEDIA 182: Clarify override docs
  • Loading branch information
Jack Howard authored Apr 29, 2021
2 parents f19b808 + 942664a commit 9f2c24b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scss/_colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Colors
//
// Colors have the option to be overriden in the `blocks.json` file
// The primary color can be overridden per website using the [Theme Setting](https://redirector.arcpublishing.com/alc/arc-products/themes/user-docs/theme-settings/) `primary-color`.
//
// Styleguide 3.0.0

Expand Down
2 changes: 2 additions & 0 deletions scss/typography/_index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Typography
//
// The primary and secondary font families can be overridden per website using the [Theme Settings](https://redirector.arcpublishing.com/alc/arc-products/themes/user-docs/theme-settings/) `primary-font-family` and `secondary-font-family`, respectively.
//
// Styleguide 5.0.0

Expand Down
2 changes: 1 addition & 1 deletion styleguide/item-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h1 class="kss-section__item kss-section__item--depth-1">

<div
class="kss-section__description">
<p>Colors have the option to be overriden in the <code>blocks.json</code> file</p>
<p>The primary color can be overridden per website using the <a href="https://redirector.arcpublishing.com/alc/arc-products/themes/user-docs/theme-settings/">Theme Setting</a> <code>primary-color</code>.</p>
</div>

</article>
Expand Down
2 changes: 1 addition & 1 deletion styleguide/item-5-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h1 class="kss-navigation__title kss-title">News Theme CSS</h1>
<header class="kss-section kss-section--depth-2" id="kssref-5-1">

<article class="kss-section__content">
<p class="kss-section__source">Source: <span>scss/typography/_index.scss</span>, line <span>7</span>
<p class="kss-section__source">Source: <span>scss/typography/_index.scss</span>, line <span>9</span>
</p>

<a class="kss-section__permalink" href="#kssref-5-1">
Expand Down
2 changes: 1 addition & 1 deletion styleguide/item-5-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h1 class="kss-navigation__title kss-title">News Theme CSS</h1>
<header class="kss-section kss-section--depth-2" id="kssref-5-2">

<article class="kss-section__content">
<p class="kss-section__source">Source: <span>scss/typography/_index.scss</span>, line <span>30</span>
<p class="kss-section__source">Source: <span>scss/typography/_index.scss</span>, line <span>32</span>
</p>

<a class="kss-section__permalink" href="#kssref-5-2">
Expand Down
4 changes: 4 additions & 0 deletions styleguide/item-5.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ <h1 class="kss-section__item kss-section__item--depth-1">
</h1>
</a>

<div
class="kss-section__description">
<p>The primary and secondary font families can be overridden per website using the <a href="https://redirector.arcpublishing.com/alc/arc-products/themes/user-docs/theme-settings/">Theme Settings</a> <code>primary-font-family</code> and <code>secondary-font-family</code>, respectively.</p>
</div>

</article>

Expand Down
2 changes: 1 addition & 1 deletion styleguide/section-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h1 class="kss-section__item kss-section__item--depth-1">

<div
class="kss-section__description">
<p>Colors have the option to be overriden in the <code>blocks.json</code> file</p>
<p>The primary color can be overridden per website using the <a href="https://redirector.arcpublishing.com/alc/arc-products/themes/user-docs/theme-settings/">Theme Setting</a> <code>primary-color</code>.</p>
</div>

</article>
Expand Down
8 changes: 6 additions & 2 deletions styleguide/section-5.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ <h1 class="kss-section__item kss-section__item--depth-1">
</h1>
</a>

<div
class="kss-section__description">
<p>The primary and secondary font families can be overridden per website using the <a href="https://redirector.arcpublishing.com/alc/arc-products/themes/user-docs/theme-settings/">Theme Settings</a> <code>primary-font-family</code> and <code>secondary-font-family</code>, respectively.</p>
</div>

</article>

Expand All @@ -278,7 +282,7 @@ <h1 class="kss-section__item kss-section__item--depth-1">
<section class="kss-section kss-section--depth-2" id="kssref-5-1">

<article class="kss-section__content">
<p class="kss-section__source">Source: <span>scss/typography/_index.scss</span>, line <span>7</span>
<p class="kss-section__source">Source: <span>scss/typography/_index.scss</span>, line <span>9</span>
</p>

<a class="kss-section__permalink" href="#kssref-5-1">
Expand Down Expand Up @@ -311,7 +315,7 @@ <h1 class="kss-modifiers__heading">Example</h1>
<section class="kss-section kss-section--depth-2" id="kssref-5-2">

<article class="kss-section__content">
<p class="kss-section__source">Source: <span>scss/typography/_index.scss</span>, line <span>30</span>
<p class="kss-section__source">Source: <span>scss/typography/_index.scss</span>, line <span>32</span>
</p>

<a class="kss-section__permalink" href="#kssref-5-2">
Expand Down

0 comments on commit 9f2c24b

Please sign in to comment.