UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

6 lines 233 B
import { createUtil } from "../util"; const container = createUtil((config, { breakpoint }) => ({ width: breakpoint ? `${config.breakpoints[breakpoint]}px` : "100%" })); export { container }; //# sourceMappingURL=container.js.map