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/>

8 lines (6 loc) 282 B
import { styleSheet } from './styleSheet'; import { colors } from './colors'; import { fontSize } from './fontSize'; import { screenSize, MQ } from './media'; import { css, keyframes } from '@emotion/react'; export { colors, fontSize, screenSize, MQ, styleSheet, css, keyframes };