2023-05-01から1ヶ月間の記事一覧
ちょっと詰まったのでメモに残す。 例えば以下のような実装では背景色が反映されない。 https://tailwindcss.com/docs/background-color#arbitrary-values import React from 'react'; interface Props { background: string; } const Component = ({backgro…
ちょっと詰まったのでメモに残す。 例えば以下のような実装では背景色が反映されない。 https://tailwindcss.com/docs/background-color#arbitrary-values import React from 'react'; interface Props { background: string; } const Component = ({backgro…