UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

8 lines (5 loc) 270 B
import { createUtil } from "../util"; const bgFixed = createUtil({ backgroundAttachment: "fixed" }); const bgLocal = createUtil({ backgroundAttachment: "local" }); const bgScroll = createUtil({ backgroundAttachment: "scroll" }); export { bgFixed, bgLocal, bgScroll };