mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Config schema and docs text changes. Fix clickable tab area in dashboard/docs.
This commit is contained in:
parent
f41d280fab
commit
0bbe9433c1
5 changed files with 35 additions and 8 deletions
|
@ -90,7 +90,9 @@ let config = {
|
|||
},
|
||||
}),
|
||||
require('postcss-nesting')(),
|
||||
require('tailwindcss')(),
|
||||
require('tailwindcss')({
|
||||
important: true,
|
||||
}),
|
||||
];
|
||||
|
||||
if (process.env.NODE_ENV === "production") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue