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