Skip to content

Commit

Permalink
feat(carousel): add new component
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Oct 28, 2022
1 parent f024f2f commit 80596ca
Show file tree
Hide file tree
Showing 22 changed files with 1,879 additions and 871 deletions.
1 change: 1 addition & 0 deletions packages/components/config/stencil.basic.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { VueGenerator } from './stencil.bindings.vue'

export const StencilBaseConfig: Config = {
namespace: 'design-system-components',
hashedFileNameLength: 10,
globalStyle: 'src/styles/global.sass',
globalScript: 'src/global.ts',
watchIgnoredRegex: [/\.stories\.(js|jsx|ts|tsx|mdx)$/, /\/stories\//], // ignore storybook files in --watch mode
Expand Down
Loading

0 comments on commit 80596ca

Please sign in to comment.