UNPKG

soda-material

Version:

A component library that may follow [material design 3](https://m3.material.io/components) (a.k.a. material you)

5 lines (4 loc) 151 B
export function insertStyle(css: string) { const styleSheet = document.styleSheets[0] styleSheet.insertRule(css, styleSheet.cssRules.length) }