Is there any way of disabling a stylesheet in view.yml for a specific action in Symfony?
For example I\'ve got this in my view.yml:
default:
style
to remove for example, unecessary /sfDoctrinePlugin/css/default.css, now you can overwrite the backend styles with your own!
maybe put it into yout layout.php:
getResponse()->removeStylesheet('/sfDoctrinePlugin/css/global.css'); ?>
getResponse()->removeStylesheet('/sfDoctrinePlugin/css/default.css'); ?>