[Task]: Add MWI theme story#120
Conversation
| "@vitejs/plugin-vue": "^4.1.0", | ||
| "@vueuse/core": "^10.2.1", | ||
| "autoprefixer": "^10.4.14", | ||
| "floating-vue": "^2.0.0-beta.24", |
There was a problem hiding this comment.
What are these two dependencies?
There was a problem hiding this comment.
VueUse gives me lots of composables to use in the stories, and floating-vue gives me a tooltip directive. I've added them as dev dependencies, which you said I could go nuts with IIRC.
There was a problem hiding this comment.
I was under the impression that Histoire could sync with Tailwind automatically, why do we need to redeclare our tailwind config here?
There was a problem hiding this comment.
This is different. Here I'm storing our config as an object so that I can build a display around it. If there is a way to get it programmatically, that would be nice if it works the same way.
There was a problem hiding this comment.
This particular file defines the Tailwind story that shows off our config. This way we can take a glance when choosing colors. I also built in a gradient builder :)
|
@Ishadijcks What else is needed here to merge this? |
Closes #119