2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +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. * Run '$ npm run css:dev' to compile changes in this file.
*/ */
const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = { module.exports = {
purge: { purge: {
@ -17,6 +18,10 @@ module.exports = {
colors: { colors: {
'primary':'#90A8D8', 'primary':'#90A8D8',
'secondary':'#DDBC91', 'secondary':'#DDBC91',
},
screens: {
'xs': '470px',
...defaultTheme.screens
} }
}, },
}, },