tailwindcss CDN important

Jmnote (토론 | 기여)님의 2022년 4월 11일 (월) 10:30 판 (→‎개요)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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 }}