UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

5 lines 230 B
import { createUtil } from "../util"; const boxBorder = createUtil({ boxSizing: "border-box" }); const boxContent = createUtil({ boxSizing: "content-box" }); export { boxBorder, boxContent }; //# sourceMappingURL=box-sizing.js.map