mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-31 13:35:48 +00:00 
			
		
		
		
	add new screen size
This commit is contained in:
		| @@ -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 | ||||
|             } | ||||
|         }, | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user