fbredius/storybook

View on GitHub
examples/vue-3-cli/.storybook/preview-head.html

Summary

Maintainability
Test Coverage
<style>
  .light-theme {
    --test: #ff0;
  }

  .dark-theme {
    --test: #f00;
  }

  .theme {
    background-color: var(--test);
    padding: 1rem;
  }
</style>