-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Labels
help wantedWe're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!We're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!lang:vueIssues affecting VueIssues affecting Vuelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Description
Prettier 1.18.2
Playground link
--parser vueInput:
<style lang="css" scoped>
p { color: #2a2A2F }
</style>Output:
<style lang="css" scoped>
p { color: #2a2A2F }
</style>
Expected behavior:
<style lang="css" scoped>
p { color: #2a2a2f }
</style>
The output is as expected if the lang attribute is set to "scss" or is removed altogether.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedWe're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!We're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!lang:vueIssues affecting VueIssues affecting Vuelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.