Initial commit: Copilot Toolbox template project
This commit is contained in:
5
tailwind.config.js
Normal file
5
tailwind.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
darkMode: 'class',
|
||||
plugins: []
|
||||
}
|
||||
Reference in New Issue
Block a user