added xs tailwind breakpoint

This commit is contained in:
Bernt Christian Egeland
2021-08-29 09:18:59 +02:00
parent a7684f3909
commit d92c945c10
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@ module.exports = {
theme: {
extend: {
screens: {
xs: '480px',
'2xl': '1536px',
'3xl': '1720px',
},