'Sharepoint does not reflect changes made to the .css of a WebPart

I have a WebPart on my SharePoint site. In the source code, reference is made to a stylesheet hosted on the same SharePoint site

SPComponentLoader.loadCss('https://........sharepoint.com/sites/....../SiteAssets/lt-assets/style.css');

When changing some color (something basic) with this webpart id [data-sp-feature-instance-id="....], does not reflect these changes in the WebPart.

Could someone please help me?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source