Prerequisites
Proposal
Currently, the Storybook configuration loads the style from published version delivered through CDN. We should load the local style file from the source instead of the latest published.
Motivation and context
The current way make it impossible to test the result before the package are published. It also prevent us to test it during development or on feature branch. Using the local file will allow us to do that.