User requests support for "traditional" stylesheet imports (CSS/SASS) within Mitosis components, as current methods are cumbersome for complex or large stylesheets.
### I am interested in helping provide a feature! Yes ### Which generators are impacted? - [X] All - [ ] Angular - [ ] HTML - [ ] Qwik - [ ] React - [ ] React-Native - [ ] Solid - [ ] Stencil - [ ] Svelte - [ ] Vue - [ ] Web components ### What problem does this feature solve? Currently, Mitosis components lack support for "traditional" stylesheet imports so any dev that want to include complex stylesheets (Like Sass ones, or Very large CSS ones) needs to do one of the following practices: - Write very large vanilla CSS string directly into the component code using `useStyle()` hook or its derivates - relly only on `css` element properties to write inline styles - Like in [Papanasi ](https://github.com/CKGrafico/papanasi/tree/main) project example, write and customize their project compile step to inject from stylesheets their styles All of the mentioned above can be a stopper for parity reasons with DX, Project structures to adopt mitosis and freely deliver their own styles