b2b/tailwind.config.js

11 lines
158 B
JavaScript
Raw Permalink Normal View History

2022-09-28 12:53:00 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{html,ts}",
],
theme: {
extend: {},
},
plugins: [],
}