windicss / windicss-analysis

🔍 A visual analyzer for Windi CSS

Home Page:https://analysis-demo.windicss.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support @apply in style block of sfc

alexanderniebuhr opened this issue · comments

<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