diff --git a/scss/_breakpoints.scss b/scss/_breakpoints.scss index 70a17c5..a5b35f4 100644 --- a/scss/_breakpoints.scss +++ b/scss/_breakpoints.scss @@ -1,18 +1,11 @@ // Scss Breakpoints // -// Sass maps for breakpoints and spacing. -// These maps are leveraged with the Sass function `map-get` in component Sass code to set spacing and media queries. -// // Styleguide 1.2.0 // $spacers // -// Scss map of all the spacing sizes for all breakpoints. -// -// - The default values for the map are as follows: -// - `xxs: 0.25rem`, `xs: 0.5rem`, `sm: 1rem`, `md: 1.5rem`, `lg: 2rem`, `xl: 3rem`, `xxl: 4rem` -// - These values can be overridden. +// Scss map of all the spacing sizes for all breakpoints // // Styleguide 1.2.1 $spacers: ( @@ -29,10 +22,6 @@ $spacers: ( // // Scss map of all the breakpoints for the grid system // -// - The default values for the map are as follows: -// - `sm: 0rem`, `md: 48rem`, `lg: 64rem`, `xl: 90rem` -// - These values can be overridden. -// // Styleguide 1.2.2 $grid-breakpoints: ( sm: 0rem, @@ -41,15 +30,6 @@ $grid-breakpoints: ( xl: 90rem ) !default; -// $grid-breakpoints-max -// -// Scss map of all the breakpoints for the grid system -// -// - The default values for the map are as follows: -// - `sm: 47.9375rem`, `md: 63.9375rem`, `lg: 89.9375rem` -// - These values can be overridden. -// -// Styleguide 1.2.3 $grid-breakpoints-max:( sm: 47.9375rem, md: 63.9375rem, diff --git a/scss/_variables.scss b/scss/_variables.scss index 2f22eb3..b65f2c6 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1,13 +1,13 @@ // SCSS // -// This section will cover the SCSS variables, mixens and functions that are used to build out the framework +// This section will cover the Scss variables, mixens and functions that are used to build out the framework // // Styleguide 1.0.0 -// SCSS Variables +// Scss Variables // -// SCSS variables are used so that adjustments can be made in a centralized location and to keep +// Scss variables are used so that adjustments can be made in a centralized location and to keep // the code base DRY. // // Styleguide 1.1.0 @@ -16,10 +16,7 @@ // $default-font-size // -// Default font size. This is important as it will be used to convert pixel values to rems. -// -// - The default value is `16` -// - This can be overriden. +// Default font size. This is important as it will be used to convert pixel values to rems // // Styleguide 1.1.1 $default-font-size: 16 !default; @@ -29,9 +26,6 @@ $default-font-size: 16 !default; // // Sass variable that sets the default number of columns used in the CSS Grid system. // -// - The default value is `12` -// - This can be overriden. -// // Styleguide 1.1.2 $grid-columns: 12 !default; @@ -41,9 +35,6 @@ $base-col-percent: 100% / $grid-columns; // // Sass variable that sets the primary font family. // -// - The default value is `Arial, "Helvetica Neue", Helvetica, sans-serif` -// - This can be overriden. -// // Styleguide 1.1.3 $primary-font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !default; @@ -51,9 +42,6 @@ $primary-font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !default; // // Sass variable that sets the secondary font family. // -// - The default value is `Georgia,Times,Times New Roman,serif` -// - This can be overriden. -// // Styleguide 1.1.4 $secondary-font-family: Georgia,Times,Times New Roman,serif !default; @@ -61,9 +49,6 @@ $secondary-font-family: Georgia,Times,Times New Roman,serif !default; // // Sass variable that sets light font weight. // -// - The default value is `300` -// - This can not be overriden. -// // Styleguide 1.1.5 $font-weight-light: 300; @@ -71,9 +56,6 @@ $font-weight-light: 300; // // Sass variable that sets the normal font weight. // -// - The value is `400` -// - This can not be overriden. -// // Styleguide 1.1.6 $font-weight-normal: 400; @@ -81,9 +63,6 @@ $font-weight-normal: 400; // // Sass variable that sets the semi-bold font weight. // -// - The value is `500` -// - This can not be overriden. -// // Styleguide 1.1.7 $font-weight-semibold: 500; @@ -91,9 +70,6 @@ $font-weight-semibold: 500; // // Sass variable that sets the bold font weight. // -// - The value is `700` -// - This can not be overriden. -// // Styleguide 1.1.8 $font-weight-bold: 700; @@ -101,18 +77,12 @@ $font-weight-bold: 700; // // Sass variable that sets the default line height. // -// - The default value is `1.5` -// - This can be overriden. -// // Styleguide 1.1.9 $line-height-base: 1.5 !default; -// $headings-line-height +// $$headings-line-height // // Sass variable that sets the line height for headers. // -// - The default value is `1.2` -// - This can be overriden. -// // Styleguide 1.1.10 $headings-line-height: 1.2 !default; diff --git a/styleguide/item-1-1-1.html b/styleguide/item-1-1-1.html index 0e2908d..91983b0 100644 --- a/styleguide/item-1-1-1.html +++ b/styleguide/item-1-1-1.html @@ -251,11 +251,7 @@

-

Default font size. This is important as it will be used to convert pixel values to rems.

- +

Default font size. This is important as it will be used to convert pixel values to rems

diff --git a/styleguide/item-1-1-10.html b/styleguide/item-1-1-10.html index 3a7dffc..0f1ecc0 100644 --- a/styleguide/item-1-1-10.html +++ b/styleguide/item-1-1-10.html @@ -239,23 +239,19 @@

News Theme CSS

-

Source: _variables.scss, line 110 +

Source: _variables.scss, line 83

1.1.10 - $headings-line-height + $$headings-line-height

Sass variable that sets the line height for headers.

-
    -
  • The default value is 1.2
  • -
  • This can be overriden.
  • -
diff --git a/styleguide/item-1-1-2.html b/styleguide/item-1-1-2.html index 5224d83..48876a0 100644 --- a/styleguide/item-1-1-2.html +++ b/styleguide/item-1-1-2.html @@ -239,7 +239,7 @@

News Theme CSS

diff --git a/styleguide/item-1-1-3.html b/styleguide/item-1-1-3.html index d867f47..8a9c471 100644 --- a/styleguide/item-1-1-3.html +++ b/styleguide/item-1-1-3.html @@ -239,7 +239,7 @@

News Theme CSS

diff --git a/styleguide/item-1-1-4.html b/styleguide/item-1-1-4.html index fac4e85..5233b59 100644 --- a/styleguide/item-1-1-4.html +++ b/styleguide/item-1-1-4.html @@ -239,7 +239,7 @@

News Theme CSS

diff --git a/styleguide/item-1-1-5.html b/styleguide/item-1-1-5.html index cf6c91d..19fc578 100644 --- a/styleguide/item-1-1-5.html +++ b/styleguide/item-1-1-5.html @@ -239,7 +239,7 @@

News Theme CSS

diff --git a/styleguide/item-1-1-6.html b/styleguide/item-1-1-6.html index 5c67561..18e3dc1 100644 --- a/styleguide/item-1-1-6.html +++ b/styleguide/item-1-1-6.html @@ -239,7 +239,7 @@

News Theme CSS

diff --git a/styleguide/item-1-1-7.html b/styleguide/item-1-1-7.html index 17301c0..8b7abce 100644 --- a/styleguide/item-1-1-7.html +++ b/styleguide/item-1-1-7.html @@ -239,7 +239,7 @@

News Theme CSS

diff --git a/styleguide/item-1-1-8.html b/styleguide/item-1-1-8.html index e37a030..e99a679 100644 --- a/styleguide/item-1-1-8.html +++ b/styleguide/item-1-1-8.html @@ -239,7 +239,7 @@

News Theme CSS

diff --git a/styleguide/item-1-1-9.html b/styleguide/item-1-1-9.html index bdf4d4a..7fa3998 100644 --- a/styleguide/item-1-1-9.html +++ b/styleguide/item-1-1-9.html @@ -239,7 +239,7 @@

News Theme CSS

diff --git a/styleguide/item-1-1.html b/styleguide/item-1-1.html index 4b0c8b1..3d356bb 100644 --- a/styleguide/item-1-1.html +++ b/styleguide/item-1-1.html @@ -245,13 +245,13 @@

News Theme CSS

1.1 - SCSS Variables + Scss Variables

-

SCSS variables are used so that adjustments can be made in a centralized location and to keep +

Scss variables are used so that adjustments can be made in a centralized location and to keep the code base DRY.

diff --git a/styleguide/item-1-2-1.html b/styleguide/item-1-2-1.html index 1ea8bbb..d396dbe 100644 --- a/styleguide/item-1-2-1.html +++ b/styleguide/item-1-2-1.html @@ -239,7 +239,7 @@

News Theme CSS

diff --git a/styleguide/item-1-2-2.html b/styleguide/item-1-2-2.html index 4c63c21..879353a 100644 --- a/styleguide/item-1-2-2.html +++ b/styleguide/item-1-2-2.html @@ -239,7 +239,7 @@

News Theme CSS

diff --git a/styleguide/item-1-2.html b/styleguide/item-1-2.html index 9ce345d..50576e4 100644 --- a/styleguide/item-1-2.html +++ b/styleguide/item-1-2.html @@ -249,11 +249,6 @@

-
-

Sass maps for breakpoints and spacing. -These maps are leveraged with the Sass function map-get in component Sass code to set spacing and media queries.

-
diff --git a/styleguide/item-1.html b/styleguide/item-1.html index 19f34ea..2e807ee 100644 --- a/styleguide/item-1.html +++ b/styleguide/item-1.html @@ -178,7 +178,7 @@

News Theme CSS

  • 1.1 - SCSS Variables + Scss Variables
  • @@ -238,7 +238,7 @@

    News Theme CSS

  • 1.1.10 - $headings-line-height + $$headings-line-height
  • @@ -259,12 +259,6 @@

    News Theme CSS

    $grid-breakpoints
  • -
  • - - 1.2.3 - $grid-breakpoints-max - -
  • 1.3 @@ -379,7 +373,7 @@

    -

    This section will cover the SCSS variables, mixens and functions that are used to build out the framework

    +

    This section will cover the Scss variables, mixens and functions that are used to build out the framework

    diff --git a/styleguide/item-9-1.html b/styleguide/item-9-1.html index 15efad6..93e9694 100644 --- a/styleguide/item-9-1.html +++ b/styleguide/item-9-1.html @@ -239,23 +239,26 @@

    News Theme CSS

    @@ -276,6 +279,4 @@

    -/body> - \ No newline at end of file diff --git a/styleguide/item-9.html b/styleguide/item-9.html index d647825..7d61fb1 100644 --- a/styleguide/item-9.html +++ b/styleguide/item-9.html @@ -226,13 +226,13 @@

    News Theme CSS

  • 9.1 - @mixin link-color-active-hover + @mixin svg-color-active-hover
  • 9.1 - @mixin svg-color-active-hover + @mixin link-color-active-hover
  • diff --git a/styleguide/section-1.html b/styleguide/section-1.html index 2f21870..74f242a 100644 --- a/styleguide/section-1.html +++ b/styleguide/section-1.html @@ -178,7 +178,7 @@

    News Theme CSS

  • 1.1 - SCSS Variables + Scss Variables
  • @@ -238,7 +238,7 @@

    News Theme CSS

  • 1.1.10 - $headings-line-height + $$headings-line-height
  • @@ -259,12 +259,6 @@

    News Theme CSS

    $grid-breakpoints
  • -
  • - - 1.2.3 - $grid-breakpoints-max - -
  • 1.3 @@ -379,7 +373,7 @@

    -

    This section will cover the SCSS variables, mixens and functions that are used to build out the framework

    +

    This section will cover the Scss variables, mixens and functions that are used to build out the framework

    @@ -395,13 +389,13 @@

    1.1 - SCSS Variables + Scss Variables

    -

    SCSS variables are used so that adjustments can be made in a centralized location and to keep +

    Scss variables are used so that adjustments can be made in a centralized location and to keep the code base DRY.

    @@ -424,11 +418,7 @@

    -

    Default font size. This is important as it will be used to convert pixel values to rems.

    -
      -
    • The default value is 16
    • -
    • This can be overriden.
    • -
    +

    Default font size. This is important as it will be used to convert pixel values to rems

    @@ -438,7 +428,7 @@

    @@ -464,7 +450,7 @@

    @@ -490,7 +472,7 @@

    @@ -516,7 +494,7 @@

    @@ -542,7 +516,7 @@

    @@ -568,7 +538,7 @@

    @@ -594,7 +560,7 @@

    @@ -620,7 +582,7 @@

    @@ -646,23 +604,19 @@

    @@ -682,11 +636,6 @@

    -
    -

    Sass maps for breakpoints and spacing. -These maps are leveraged with the Sass function map-get in component Sass code to set spacing and media queries.

    -
    @@ -695,7 +644,7 @@

    @@ -725,7 +666,7 @@

    - - -
    -
    - - diff --git a/styleguide/section-9.html b/styleguide/section-9.html index 90be058..4b533b6 100644 --- a/styleguide/section-9.html +++ b/styleguide/section-9.html @@ -226,13 +226,13 @@

    News Theme CSS

  • 9.1 - @mixin link-color-active-hover + @mixin svg-color-active-hover
  • 9.1 - @mixin svg-color-active-hover + @mixin link-color-active-hover
  • @@ -275,26 +275,23 @@

    @@ -304,23 +301,26 @@