Refused to apply style because its MIME type (‘text/html’) is not a supported stylesheet MIME type

After installtion magento 2 you can see a error like MIME type not supported. To fix this:
Use 2 comment:

  1. php bin/magento setup:static-content:deploy -f -s standard
  2. php bin/magento cache:clean

*** Exception: If you use xampp server and you see “Xampp Warning: Module ‘openssl’ already loaded in line 0” Please visit this link for solve this issue.

https://localhost/smartupworld/web-development/magento/magento-2x/openssl-extension-required-ssl-tls-protection-not-available-can-not-enable-openssl-extension-can-disable-error-risk-setting-disable-tls-o/ 

Leave a Reply