Files
news_all_spo/web/editor-ui/tailwind.config.js
2026-05-14 16:47:58 +05:00

13 lines
248 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,jsx}'],
theme: {
extend: {
fontFamily: {
sans: ['Inter', 'system-ui', 'sans-serif'],
},
},
},
plugins: [],
}