тесты
 
 
 
 
 
 

10 lines
177 B

/** @type {import('tailwindcss').Config} */
export default {
content: ["index.html",
"./src/**/*.{html,js,tsx,jsx,ts}"],
theme: {
extend: {},
},
plugins: [],
}