Design system.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

tailwind.config.js 152 B

1234567891011
  1. /** @type {import('tailwindcss').Config} */
  2. module.exports = {
  3. content: [
  4. "./src/**/*.tsx"
  5. ],
  6. theme: {
  7. extend: {},
  8. },
  9. plugins: [],
  10. }