Piano notes book, powered by Astro and React.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

13 líneas
231 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: ['Century', 'serif'],
  7. },
  8. extend: {
  9. },
  10. },
  11. plugins: [],
  12. }