I\'ve got a conditional compilation symbol I\'m using called \"RELEASE\", that I indicated in my project\'s properties in Visual Studio. I want some particular CSS to be app
@if (HttpContext.Current.IsDebuggingEnabled) { // Debug mode enabled. Your code here. Texts enclosed with tag }