det0x/tailwind.config.js
Fernando Falci a39c2a1d79
Revert "chore: font face inter"
This reverts commit add7a7dc8d.
2024-04-25 12:44:56 +02:00

9 lines
170 B
JavaScript

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