Skip to content

Commit

Permalink
docs(dividers): Turn divders on in staging.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoglesby08 committed Sep 28, 2017
1 parent 6a1205c commit fbed813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { version } = require('../package.json')

const styleguidistEnv = process.env.STYLEGUIDIST_ENV || 'dev' // dev, staging, production

const enabledInStaging = ['Input', 'Lists', 'Icon']
const enabledInStaging = ['Input', 'Lists', 'Icon', 'Dividers']

/* eslint-disable no-unused-vars */
const toggleByEnv = (component, toggledOffValue, toggledOnValue) => {
Expand Down

0 comments on commit fbed813

Please sign in to comment.