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/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.
-16
Default font size. This is important as it will be used to convert pixel values to rems
Source: _variables.scss, line 110 +
Source: _variables.scss, line 83
Sass variable that sets the line height for headers.
-1.2
Source: _variables.scss, line 28 +
Source: _variables.scss, line 25
@@ -252,10 +252,6 @@Sass variable that sets the default number of columns used in the CSS Grid system.
-12
Source: _variables.scss, line 40 +
Source: _variables.scss, line 34
@@ -252,10 +252,6 @@Sass variable that sets the primary font family.
-Arial, "Helvetica Neue", Helvetica, sans-serif
Source: _variables.scss, line 50 +
Source: _variables.scss, line 41
@@ -252,10 +252,6 @@Sass variable that sets the secondary font family.
-Georgia,Times,Times New Roman,serif
Source: _variables.scss, line 60 +
Source: _variables.scss, line 48
@@ -252,10 +252,6 @@Sass variable that sets light font weight.
-300
Source: _variables.scss, line 70 +
Source: _variables.scss, line 55
@@ -252,10 +252,6 @@Sass variable that sets the normal font weight.
-400
Source: _variables.scss, line 80 +
Source: _variables.scss, line 62
@@ -252,10 +252,6 @@Sass variable that sets the semi-bold font weight.
-500
Source: _variables.scss, line 90 +
Source: _variables.scss, line 69
@@ -252,10 +252,6 @@Sass variable that sets the bold font weight.
-700
Source: _variables.scss, line 100 +
Source: _variables.scss, line 76
@@ -252,10 +252,6 @@Sass variable that sets the default line height.
-1.5
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.
Source: _breakpoints.scss, line 9 +
Source: _breakpoints.scss, line 6
@@ -251,15 +251,7 @@Scss map of all the spacing sizes for all breakpoints.
-xxs: 0.25rem
, xs: 0.5rem
, sm: 1rem
, md: 1.5rem
, lg: 2rem
, xl: 3rem
, xxl: 4rem
Scss map of all the spacing sizes for all breakpoints
Source: _breakpoints.scss, line 28 +
Source: _breakpoints.scss, line 21
@@ -252,14 +252,6 @@Scss map of all the breakpoints for the grid system
-sm: 0rem
, md: 48rem
, lg: 64rem
, xl: 90rem
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.
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
Source: _mixins.scss, line 34 +
Source: _mixins.scss, line 18
Mixin to add hover and active styles to svg fill
+Mixin to add hover and active styles to text color
+$color-prop
: Color to lighten (defaults to $ui-primary-font-color)