cloud9_note

cloud9に限らないメモ

View on GitHub

CSS

タグ全体にフレームワークのクラスを設定する

@applyを使用する。

div {
  @apply container mx-auto mt-10;
}

h1 {
  @apply mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900 md:text-5xl lg:text-6xl;
}