mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Adding tailwind breakpoints for screens
This commit is contained in:
@@ -112,6 +112,13 @@ module.exports = {
|
||||
buttonNeutralDisabled: NEUTRAL_DISABLED,
|
||||
selectionGreen: "#C1FF00",
|
||||
warningYellow: "#E6A939"
|
||||
},
|
||||
screens: {
|
||||
sm: "240px",
|
||||
md: "320px",
|
||||
lg: "390px",
|
||||
xl: "744px",
|
||||
"2xl": "1366px"
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
|
||||
Reference in New Issue
Block a user