Skip to content

Commit

Permalink
docs(icon): Set toggle to show in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Sep 26, 2017
1 parent f8d4c8c commit 06fc2d3
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']
const enabledInStaging = ['Input', 'Lists', 'Icon']

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

0 comments on commit 06fc2d3

Please sign in to comment.