Add queue list

This commit is contained in:
Matteo Bossi 2023-06-02 14:57:27 +02:00
parent caa1b94fd6
commit 28e39e46ae
7 changed files with 232 additions and 34 deletions

View file

@ -29,6 +29,9 @@ module.exports = {
'3xl': '1800px',
// => @media (min-width: 1800px) { ... }
},
transitionProperty: {
'height': 'height'
},
},
},
plugins: [tailwindForms, tailwindScrollbars],