Answer the question
In order to leave comments, you need to log in
How to indent regex properties?
I have css styles like this:
.close_message_box i {
right: 5px;
top: 5px;
font-size: 20px;
color: #c2c2c2;
}
.close_message_box i {
right: 5px;
top: 5px;
font-size: 20px;
color: #c2c2c2;
}
Answer the question
In order to leave comments, you need to log in
in almost all editors, you can automatically format the code using hotkeys
Is it important to do it regularly?
You can use for example
https://code.visualstudio.com/
https://marketplace.visualstudio.com/items?itemNam...
https://github.com/shopping24/css-beautifier
here you can see for example
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question