UNPKG

@ulu/frontend

Version:

A framework-agnostic frontend toolkit providing a modular, tree-shakable library of accessible components and utilities. Designed for seamless integration, it features a highly configurable SCSS system for any environment and vanilla JavaScript modules op

14 lines (12 loc) 263 B
/** * General/Document Related * - Add custom properties for scrollbar * @module ui/page */ import { addScrollbarCustomProperty } from "@ulu/utils/browser/dom.js"; /** * Initialize page module */ export function init() { addScrollbarCustomProperty(); }