Make docs more mobile friendly

This commit is contained in:
Dragory 2020-12-13 22:11:04 +02:00
parent 7700afda2b
commit 864b57aac1
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
7 changed files with 62 additions and 20 deletions

View file

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