This commit is contained in:
2022-02-19 22:18:22 +01:00
parent db82029a00
commit e96989be41
10 changed files with 16 additions and 37 deletions

View File

@ -4,6 +4,6 @@ module.exports = {
"./content/**/*.{html,md}",
],
safelist: [
'sm:flex-row', 'lg:flex-row'
'sm:flex-row', 'lg:flex-row', 'lg:hidden'
],
};