UNPKG

locize

Version:

This package adds the incontext editor to your i18next setup.

13 lines (9 loc) 286 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var sheet = function () { if (typeof document === 'undefined') return; var style = document.createElement('style'); document.head.appendChild(style); return style.sheet; }(); exports.sheet = sheet;