3
0
Fork 0
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:
Dragory 2019-10-11 02:09:31 +03:00
parent f41d280fab
commit 0bbe9433c1
5 changed files with 35 additions and 8 deletions

View file

@ -90,7 +90,9 @@ let config = {
},
}),
require('postcss-nesting')(),
require('tailwindcss')(),
require('tailwindcss')({
important: true,
}),
];
if (process.env.NODE_ENV === "production") {