@douglasneuroinformatics/libui 2.6.2 → 2.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/package.json
CHANGED
package/tailwind.config.cjs
CHANGED
|
@@ -38,9 +38,6 @@ module.exports = {
|
|
|
38
38
|
lg: '4rem',
|
|
39
39
|
md: '3rem',
|
|
40
40
|
sm: '2rem'
|
|
41
|
-
},
|
|
42
|
-
screens: {
|
|
43
|
-
'2xl': '1400px'
|
|
44
41
|
}
|
|
45
42
|
},
|
|
46
43
|
extend: {
|
|
@@ -120,6 +117,9 @@ module.exports = {
|
|
|
120
117
|
boxShadow: `0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em`
|
|
121
118
|
}
|
|
122
119
|
}
|
|
120
|
+
},
|
|
121
|
+
screens: {
|
|
122
|
+
'2xl': '1400px'
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
}
|
|
Binary file
|