ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
241 B

  1. /** @type {import('tailwindcss').Config} */
  2. import type { Config } from 'tailwindcss'
  3. export default {
  4. content: ['./index.html',
  5. './src/**/*.{js,ts,jsx,tsx}'],
  6. theme: {
  7. extend: {},
  8. },
  9. plugins: [],
  10. } satisfies Config