Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format value of style attribute in tags #162

Closed
Shinigami92 opened this issue Nov 25, 2020 · 0 comments · Fixed by #163
Closed

Format value of style attribute in tags #162

Shinigami92 opened this issue Nov 25, 2020 · 0 comments · Fixed by #163
Assignees
Labels
type: enhancement Functionality that enhances existing features

Comments

@Shinigami92
Copy link
Member

Shinigami92 commented Nov 25, 2020

Info

Tool Version
Plugin v1.11.0
Prettier v2.2.0
Framework none
Node v15.2.1
OS win,linux,mac

Prettier config

{}

Input

span(style="color:red;background-color:yellow")

Output or Error

Same a input

Expected Output

span(style="color: red; background-color: yellow")

Additional Context

@Shinigami92 Shinigami92 added the type: enhancement Functionality that enhances existing features label Nov 25, 2020
@Shinigami92 Shinigami92 self-assigned this Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Functionality that enhances existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant