windicss-analysis
windicss-analysis copied to clipboard
support @apply in style block of sfc
<style global>
.global {
@apply bg-red-400;
}
</style>
Is it possible to enlarge the scope to support Vue's block style aswell ?
please add support for react too