mirror of
https://github.com/pikami/scrummie-poker.git
synced 2025-02-16 17:26:01 +00:00
9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|