/
MorSergey
/
diff-equations
Обзор
Документация
Войти
/
MorSergey
/
diff-equations
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tailwind.config.js
11 строк
182 B
admin
init
22 окт 2025, 15:18
22 окт 2025, 15:18
412f98f
Код
Авторство
О чём код?
/** @type {import('tailwindcss').Config} */ export default { content: [ "./index.html", "./src/**/*.{js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], }