deepsite-gallery / project /tailwind.config.js
ryzikas's picture
Upload 18 files
e8bd427 verified
raw
history blame
170 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};