importing large css file from node_modules is getting truncated (data-text)
I'm importing mantine core styles using
this is how I inject to csui styles to shadow root
the out of this file is getting injected in default shadow DOM scoped style tag. But the length of the target file is not matching the output file.
attached the out put file getting truncated, is there any way I can import the css file from
import mantineCssText from "data-text:@mantine/core/styles.css"this is how I inject to csui styles to shadow root
the out of this file is getting injected in default shadow DOM scoped style tag. But the length of the target file is not matching the output file.
attached the out put file getting truncated, is there any way I can import the css file from
node_modules with out getting truncated ?