mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
chore(deps): add tailwindcss [DTD-29] (#6604)
This commit is contained in:
parent
d08b498cb9
commit
141a530e28
12 changed files with 746 additions and 872 deletions
9
tailwind.config.js
Normal file
9
tailwind.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
content: ['./app/**/*.{html,tsx}'],
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
},
|
||||
theme: {
|
||||
colors: {},
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue