UNPKG

@material-tailwind/html

Version:

@material-tailwind/html is an easy-to-use components library for Tailwind CSS inspired by Material Design.

11 lines (9 loc) 166 B
const breakpoints = { sm: "540px", md: "720px", lg: "960px", "lg-max": { max: "960px" }, xl: "1140px", "2xl": "1320px", }; module.exports = breakpoints;