Regex to remove css comments

I use this one that I just wrote:

/\*[\n\t\s\.'@ a-zA-Z0-9-]+\*/
Please login or register to post a comment.