Files
drop/base/tailwind.config.js
T

10 lines
126 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [],
theme: {
extend: {},
},
plugins: [],
}