0

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

1 Answer 1

3

All you need to do in Notepad++ is to search for } and replace it with }\n. Make sure that your cursor is at the beginning of the first line. This will make sure that all occurances are replaced.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.