lynxkite / web /tailwind.config.js
darabos's picture
Start switching to React.
7d3eca5
raw
history blame
146 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [require('daisyui')],
};