Files
tlsn-plugin-demo/tailwind.config.js
Codetrauma a01d130bdc fix: squash
2024-10-30 10:48:03 -07:00

13 lines
214 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./web/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {
colors: {
primary: '#243f5f',
},
},
},
plugins: [],
};