3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +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 def46941c9
commit 3a876fe1f0
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") {