I need to add [New LINE] in CSS compressed file using Notepad++ search regexp
my code like this:
html{direction:ltr;overflow-x:hidden}body,textarea,input,select{font:normal 12px/18px "arial";text-align:left.....
I need to replace: html{}body{} OR .html{}.body{} TO:
html{}
body{}
I think i can use this
/}* Repace: ENTER