tailwindcss CDN important

1 개요[ | ]

tailwindcss CDN important
<style>
article p.mystyle {color: gray}
</style>

<article>
	<p class="mystyle">hello</p>
	<p class="mystyle text-red-400">world</p>
</article>

<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = { important: true }
</script>

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}