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

tailwind.config.js 158B

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