OSDN Git Service

テキストをマテリアルチックに。
[ngware/todo_client.git] / tailwind.config.js
1 module.exports = {
2   purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
3   darkMode: false, // or 'media' or 'class'
4   theme: {
5     extend: {},
6   },
7   variants: {
8     extend: {},
9   },
10   plugins: [],
11 }