Adding tailwind breakpoints for screens

This commit is contained in:
Angie Ta
2023-02-16 16:05:52 -08:00
parent e0606a0c20
commit 0fedf41c4f

View File

@@ -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: []