Files
AlgerMusicPlayer/tailwind.config.js

9 lines
176 B
JavaScript
Raw Normal View History

/** @type {import('tailwindcss').Config} */
2021-07-19 17:36:48 +08:00
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
2021-07-19 17:36:48 +08:00
theme: {
extend: {},
},
plugins: [],
2024-05-21 10:16:30 +08:00
};