Silind-Software / direflow

🧩 Use the best of two worlds. Create fast, performant, native Web Components using React.
https://direflow.io
MIT License
501 stars 77 forks source link

Set constant scope id #264

Open nosisky opened 2 years ago

nosisky commented 2 years ago

Any idea how to set a constant scope ID for the CSS? I noticed a new scope id is generated everytime for a scoped style, I would like a system to set a constant scopeId so that the same value is used for every build.

<Style scopeId={12345} scoped={false} styles={[style1, style2]}>