© 2026 Hedgehog Software, LLC
import cssText from 'data-text:~style.css'; import selectCSS from 'react-tailwindcss-select/dist/index.css'; export const getStyle = () => { const style = document.createElement("style") let css = cssText // css += dropStyle css += selectCSS style.textContent = css return style }