Closed softdays closed 4 years ago
At the moment when you write code as:
@media only screen and (max-width : 1024px) {
Beautify result is:
But it should be:
@media only screen and (max-width: 1024px) {
Sorry this is a js-beautify issue
At the moment when you write code as:
Beautify result is:
But it should be: