How can I remove comments from CSS using Regex.Replace()?
Regex.Replace()
Note - I\'m not able to use the regex mentioned here in C# - Regular expression to remove CSS comm
Use the regex from the linked question like so:
var rx = new Regex(@"(?