Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
fix(styleguide): use fully built styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Mar 4, 2017
1 parent 29bcae8 commit 92a9b44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ module.exports = {
skipComponentsWithoutExample: true,
webpackConfig: {
entry: [
path.join(__dirname, './semantic/dist/semantic.css'),
path.join(__dirname, './lib/styles/semantic.css'),
path.join(__dirname, './src/styles/components/pagination-control.css'),
path.join(__dirname, './src/styles/components/notification-item.css'),
path.join(__dirname, './src/styles/components/tag-button.css'),
path.join(__dirname, './src/styles/components/stop-start-button.css'),
path.join(__dirname, './src/styles/app.css')
path.join(__dirname, './src/styles/components/stop-start-button.css')
],
output: {
path: PATHS.dist,
Expand Down

0 comments on commit 92a9b44

Please sign in to comment.