UNPKG

pollen-css

Version:

Utility-first CSS for the future

14 lines (12 loc) 235 B
import colors from "./colors"; import grid from "./grid"; import layout from "./layout"; import typography from "./typography"; import ui from "./ui"; export default { ...typography, ...layout, ...ui, ...colors, ...grid, };