Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get modules and global css into the story? #1

Open
moltar opened this issue Mar 18, 2018 · 0 comments
Open

How to get modules and global css into the story? #1

moltar opened this issue Mar 18, 2018 · 0 comments

Comments

@moltar
Copy link

moltar commented Mar 18, 2018

E.g. I have the following in my Nuxt config:

  css: [
    // Custom Bootstrap build.
    // resources/assets/scss/app.scss
    '@/assets/scss/app.scss'
  ],

  modules: [
    // Use bootstrap-vue but omit CSS, as we are building a custom
    // theme via `css` property above (see `resources/assets/scss/app.scss`)
    ['bootstrap-vue/nuxt', { css: false }],
  ],
  1. I have added bootstrap-vue dep
  2. I have a custom CSS build of Bootstrap.

How to get Storybook to recognize these inside a story or rendered component?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant