I\'m using JavaScript to enable/disable stylesheets using the following:
document.styleSheets[0].disabled = true|false;
This JS works fine,
I think in this case you may have to rely on JavaScript.
If you think more down the lines of serving up the style-sheet if needed rather than disabling by default you should nail it.