This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Cinemateket/frontend/tailwind.config.js

9 lines
154 B
JavaScript
Raw Normal View History

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