- 🇮🇳India Muskan kumari
Hi,
Your problem solve by removing the "Aggregate CSS files".
for this you need to go this root :
"/admin/config/development/performance"
and uncheck the Aggregate CSS files and save the configuration. - 🇩🇪Germany Corn696 Flensburg
You should not turn aggregation off on production.
You could edit the files directly in the social blue theme. But you would need to apply your changes if an update overrides your changes.
Another option would be to create a custom module with custom css files. You can define libraries in a libraries.yml and attach these libraries with a hook in the .module or with the twig function attach_library() on the pages where you need those changes or globally. - 🇮🇳India ravi kant Jaipur
@GreenLanterrn
Basically style can change by modifying style files(css, sass,scss, pcss). Also module files should not directly edit.
You should modify or update style of "Social Blue" theme. After making changes you may clear cache which will update Aggregator URL as you maintained in description.