Piano notes book, powered by Astro and React.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

13 satır
248 B

  1. /** @type {import('tailwindcss').Config} */
  2. export default {
  3. content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
  4. theme: {
  5. fontFamily: {
  6. body: ['Times New Roman', 'Times', 'serif'],
  7. },
  8. extend: {
  9. },
  10. },
  11. plugins: [],
  12. }