How to prevent Vetur from converting uppercase to lowercase when formatting scss?

because px2rem is used, 1px will be converted into 0.00000xxxrem . Many browsers cannot recognize it, so they can only use 1Px instead of 1px . But when formatting a document, Vetur converts 1Px into 1px . Checked the documentation of the two plug-ins, did not find the relevant settings, use another formatting tool, but not easy to use. How to solve this problem?

Jul.19,2022

border: 1px solid -sharpddd; /*no*/

pay attention to add comments / * no*/

Menu