()
| 2 | import systemCSSVars from "./generated/css/SystemCSSVars.css.js"; |
| 3 | |
| 4 | const insertSystemCSSVars = () => { |
| 5 | createOrUpdateStyle(systemCSSVars, "data-ui5-system-css-vars"); |
| 6 | }; |
| 7 | |
| 8 | export default insertSystemCSSVars; |
no test coverage detected
searching dependent graphs…