social-media-front/tailwind.config.js

10 lines
175 B
JavaScript
Raw Permalink Normal View History

2023-11-18 21:46:43 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
important: true,
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};