// Export breakpoints from SCSS tokens // TODO: Remove this file and use the SCSS module instead but now is best solution this one const breakpoints = { xs: "0px", sm: "480px", md: "768px", lg: "992px", xl: "1240px", xxl: "1380px", }; export default breakpoints;