function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tanveerr Ahamed T ATanveerr 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.