postcss-px-to-viewport icon indicating copy to clipboard operation
postcss-px-to-viewport copied to clipboard

vue3+scss /* px-to-viewport-ignore */ not work

Open arsize opened this issue 3 years ago • 3 comments

it looks like not work. (vue3+scss+vite)

arsize avatar Nov 24 '21 03:11 arsize

try Px/PX/pX which will not be transformed

WalterBrightHub avatar Dec 06 '21 08:12 WalterBrightHub

try Px/PX/pX which will not be transformed

Thank you for your reply,but vscode plugin volar will transform Px/PX/pX to px.

arsize avatar Dec 09 '21 15:12 arsize

try try

@use "sass:string";
.class{
 font-size: string.unquote("16px");
}

hatedMe avatar Sep 04 '23 18:09 hatedMe