prettier / prettier-vscode

Visual Studio Code extension for Prettier
https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
MIT License
5.03k stars 447 forks source link

CSS (aspect-ratio) #3350

Closed akbarjorayev closed 1 month ago

akbarjorayev commented 1 month ago

Summary

Short summary of what is going on or to provide context.

Github Repository to Reproduce Issue

Link to a Github repo that can be used to reproduce the issue.

Steps To Reproduce:

  1. This is step 1.
  2. This is step 2. All steps should start with '1.'

Expected result

Describe what should have happened.

Actual result

Describe what actually happened instead.

Additional information

Feel free to attach a screenshot.

VS Code Version:

Prettier Extension Version:

OS and version:

Prettier Log Output

Hey!

Which one is better:
aspect-ratio: 1 / 1;
aspect-ratio: 1/1;

the prettier is not changing either but i think 1st one is better.

And even if `aspect-ratio: 1/ 1;` like this and i used Prettier it is not working LOL.