2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

add new screen size

This commit is contained in:
Matthias Mair 2022-04-23 13:32:26 +02:00
parent e5fa3407a6
commit 95cd564477

View File

@ -5,6 +5,7 @@
*
* Run '$ npm run css:dev' to compile changes in this file.
*/
const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
purge: {
@ -17,6 +18,10 @@ module.exports = {
colors: {
'primary':'#90A8D8',
'secondary':'#DDBC91',
},
screens: {
'xs': '470px',
...defaultTheme.screens
}
},
},