UNPKG

react-custom-properties

Version:

A React component for applying CSS Variables (Custom Properties)

10 lines (8 loc) 206 B
/** * An abstraction around the document object to * help mocking in tests. * * @return {object} - the root document element */ const getRoot = () => document.documentElement; export default getRoot;