legacy-paperclip icon indicating copy to clipboard operation
legacy-paperclip copied to clipboard

Ability to include multiple CSS frameworks

Open crcn opened this issue 3 years ago • 0 comments

<import src="tailwind.css" as="tw" />
<import src="bootstrap.css" as="bs" />

<div class="$tw $bs $tw.my-10 $bs.button">
</div>

crcn avatar Dec 29 '21 21:12 crcn