A WindiCSS plugin for webpack
- framework agnostic
- language agnostic
- Vue scoped postcss is not working.
<style lang="postcss" scoped>
.bar {
@apply bg-pink-400 text-white p-4 w-1/4;
}
@screen md {
.bar {
background: red;
}
}
</style>
- Config file updates are not reflecting new attributes.
- No support for compile mode