UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

6 lines 317 B
import { createUtil } from "../util"; const bgFixed = createUtil({ backgroundAttachment: "fixed" }); const bgLocal = createUtil({ backgroundAttachment: "local" }); const bgScroll = createUtil({ backgroundAttachment: "scroll" }); export { bgFixed, bgLocal, bgScroll }; //# sourceMappingURL=background-attachment.js.map