From 4242a734dad81cb22d9033d17fbdb9d37e149dcc Mon Sep 17 00:00:00 2001 From: Aaron Shekey Date: Mon, 24 Sep 2018 09:25:27 -0500 Subject: [PATCH] Remove temporary slugs --- docs/_data/product/configurations.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/_data/product/configurations.yml b/docs/_data/product/configurations.yml index 8b3e3980de..62a393e804 100644 --- a/docs/_data/product/configurations.yml +++ b/docs/_data/product/configurations.yml @@ -1,5 +1,4 @@ - section: Constants - slug: constants options: true variables: - variable: "@css-reset" @@ -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 code comments for details. - section: Background Color - slug: background-color options: false variables: - variable: "@bgc-lightest" @@ -33,7 +31,6 @@ default: "@black-200" description: A dark gray background-color. - section: Badge Colors - slug: badge-colors options: false variables: - variable: "@badge-gold" @@ -46,7 +43,6 @@ default: "#D1A684" description: - section: Border Color - slug: border-color options: false variables: - variable: "@brc-lightest" @@ -71,7 +67,6 @@ default: "@orange-400" description: An orange border-color. - section: Border Radius - slug: border-radius options: false variables: - variable: "@br-sm" @@ -87,7 +82,6 @@ default: "50%" description: - section: Box Shadow - slug: box-shadow options: false variables: - variable: "@bs-sm" @@ -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" @@ -146,7 +139,6 @@ default: "@black-900" description: Dark gray font color - section: Font Family - slug: font-family options: false variables: - variable: "@ff-sans" @@ -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" @@ -205,7 +196,6 @@ default: "99px" description: - section: Line Height - slug: line-height options: false variables: - variable: "@lh-base" @@ -230,7 +220,6 @@ default: "2" description: - section: Spacing Units - slug: spacing-units options: false variables: - variable: "@s-full" @@ -267,7 +256,6 @@ default: "64px" description: - section: Transition Easings - slug: transition-easings options: false variables: - variable: "@te-smooth-slow" @@ -286,7 +274,6 @@ default: "cubic-bezier(0.68, -0.55, 0.265, 1.55)" description: Uses the easeInOutBack easing. - section: Z-Index - slug: z-index options: false variables: - variable: "@zi-hide"