1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-03-06 02:21:22 +01:00
bruno/packages/bruno-app/tailwind.config.js
2024-03-19 06:34:54 +05:30

11 lines
184 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: ['class'],
content: ['./src/**/*.{js,jsx}'],
prefix: '',
theme: {
extend: {}
},
plugins: []
};