Skip to content

Commit

Permalink
Remove temporary slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshekey committed Sep 24, 2018
1 parent 9aad61f commit 4242a73
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/_data/product/configurations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
- section: Constants
slug: constants
options: true
variables:
- variable: "@css-reset"
Expand All @@ -11,7 +10,6 @@
options: User defined
description: One or multiple groups of width breakpoints that allow customization of the responsive classes that are generated, including the possibility to apply different breakpoints based on additional selectors (e.g. CSS class on the root element). See the <a href="https://github.com/StackExchange/Stacks/blob/master/lib/src/base/_stacks-configuration-static.less#L14">code comments</a> for details.
- section: Background Color
slug: background-color
options: false
variables:
- variable: "@bgc-lightest"
Expand All @@ -33,7 +31,6 @@
default: "@black-200"
description: A dark gray <code class="stacks-code">background-color</code>.
- section: Badge Colors
slug: badge-colors
options: false
variables:
- variable: "@badge-gold"
Expand All @@ -46,7 +43,6 @@
default: "#D1A684"
description:
- section: Border Color
slug: border-color
options: false
variables:
- variable: "@brc-lightest"
Expand All @@ -71,7 +67,6 @@
default: "@orange-400"
description: An orange <code class="stacks-code">border-color</code>.
- section: Border Radius
slug: border-radius
options: false
variables:
- variable: "@br-sm"
Expand All @@ -87,7 +82,6 @@
default: "50%"
description:
- section: Box Shadow
slug: box-shadow
options: false
variables:
- variable: "@bs-sm"
Expand All @@ -109,7 +103,6 @@
default: "inset 0 @su2/2 @su12 0 fade(@black-350, 50%)"
description:
- section: Code Colors
slug: code-colors
options: false
variables:
- variable: "@code-black"
Expand Down Expand Up @@ -146,7 +139,6 @@
default: "@black-900"
description: Dark gray font color
- section: Font Family
slug: font-family
options: false
variables:
- variable: "@ff-sans"
Expand All @@ -159,7 +151,6 @@
default: "Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif"
description: Sets the monospace font stack.
- section: Font Sizes
slug: font-sizes
options: false
variables:
- variable: "@fs-base"
Expand Down Expand Up @@ -205,7 +196,6 @@
default: "99px"
description:
- section: Line Height
slug: line-height
options: false
variables:
- variable: "@lh-base"
Expand All @@ -230,7 +220,6 @@
default: "2"
description:
- section: Spacing Units
slug: spacing-units
options: false
variables:
- variable: "@s-full"
Expand Down Expand Up @@ -267,7 +256,6 @@
default: "64px"
description:
- section: Transition Easings
slug: transition-easings
options: false
variables:
- variable: "@te-smooth-slow"
Expand All @@ -286,7 +274,6 @@
default: "cubic-bezier(0.68, -0.55, 0.265, 1.55)"
description: Uses the <a href="https://easings.net/#easeInOutBack">easeInOutBack easing</a>.
- section: Z-Index
slug: z-index
options: false
variables:
- variable: "@zi-hide"
Expand Down

0 comments on commit 4242a73

Please sign in to comment.