I am storing my css and javascript files on blobs in the azure. I need to read the cssRules using javascript, but the cssRules field is null.
However, when the css file is a part of the project, it successfully reads the css, and the cssRules field is not null.
How do I fix this problem? I want to store the files in blobs.