You need to sign in to do that
Don't have an account?
Tanveerr Ahamed T A
ISSUE ligthning : improper CSS load
I have given the app for security review and I got a report saying "Lightning: Improper CSS load" and the Issue definition is
"To reference an external CSS resource that you’ve uploaded as a static resource, use a <ltng:require> tag in your .cmp or.app markup. Do not use <link> tags to load CSS resources.
For LWC, use loadStyle or loadScript"
Where ever external CSS are used I have added it using <ltng:require> tag and other CSS are inside component style sheet.
"To reference an external CSS resource that you’ve uploaded as a static resource, use a <ltng:require> tag in your .cmp or.app markup. Do not use <link> tags to load CSS resources.
For LWC, use loadStyle or loadScript"
Where ever external CSS are used I have added it using <ltng:require> tag and other CSS are inside component style sheet.