Files
databasus/tailwind.config.js
Rostislav Dugin 042e10c49c Revert "FEATURE (ssr): Migrate to NextJS"
This reverts commit b06e6043f9.
2025-11-09 17:53:59 +03:00

13 lines
271 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './*.html', './storages/**/*.html', './pages/**/*.html'],
theme: {
extend: {
fontFamily: {
jost: ['Jost', 'sans-serif'],
},
},
},
plugins: [],
};