postcss-px-to-viewport
postcss-px-to-viewport copied to clipboard
vue3+scss /* px-to-viewport-ignore */ not work
it looks like not work. (vue3+scss+vite)
try Px/PX/pX which will not be transformed
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.
try try
@use "sass:string";
.class{
font-size: string.unquote("16px");
}