/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
colors: {
inherit: 'inherit'
},
extend: {},
plugins: [],
}