ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
657 stars 168 forks source link

can't find correct path in sourcemap #449

Open ohzls opened 3 years ago

ohzls commented 3 years ago

Issue Type: Bug Extension Name: live-sass Extension Version: 3.0.0 OS Version: Windows_NT x64 10.0.18363 VSCode version: 1.53.0

I checked path my scss path but that's incorret If I remove 'box-sizing: border-box;' before compile, it's correct I guess it's not only 'box-sizing: border-box'; Check this compile issue plz 1

glenn2223 commented 3 years ago

Hi @ohzls

This is a known bug.

The cause; map files aren't updated after being run through autoprefixer.

This has been fixed in my updated, and still maintained, version of this extension. You can find it at https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass

ohzls commented 3 years ago

Hello GlennI fixed this for your kindnessThank you so muchHave a good day!  ------ Original Message ------ Date: Monday, Mar 1, 2021 08:18:59 AM From: "Glenn" notifications@github.com To: "ritwickdey/vscode-live-sass-compiler" vscode-live-sass-compiler@noreply.github.com Cc: "ohzls" ohzls@nate.com, "Mention" mention@noreply.github.com Subject: Re: [ritwickdey/vscode-live-sass-compiler] can't find correct path in sourcemap (#449)

Hi @ohzls This is a known bug. Map files aren't updated after being run through autoprefixer. This has been updated in my updated, and still maintained, version of this extension. You can find it at https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.