UNPKG

create-next-app-template

Version:

This is a template set up to create Next.js App with fast speed and high performance<br/> The current template is provided in a **page routing** structure.<br/>

6 lines (5 loc) 222 B
// ---------------------------- // -------- MediaQuery -------- // ---------------------------- export const screenSize = [1440, 1080, 780, 600, 438]; export const MQ = screenSize.map(bp => `@media (max-width: ${bp}px)`);