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:
parent
e5fa3407a6
commit
95cd564477
@ -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
|
||||
}
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user