0

I´m using PhpStorm 2018.3 with Sass File Watcher. But the File Watcher converts my code very wrong....

Example:

file.scss

enter image description here

JSfiddle

file.css

enter image description here

File Watcher

enter image description here

Sass Version 1.17.2 compiled with dart2js 2.1.1

What´s wrong? :(

Vueer
  • 1,432
  • 3
  • 21
  • 57
  • can't recreate with 1.17.2. Do you apply any postprocessing to your .css files? Also, can you provide your original .scss file? – lena Mar 15 '19 at 12:23
  • Even if I delete the CSS file completely and regenerate it, the problem occurs. :/ I inserted the SCSS file as Jsfiddle. :) – Vueer Mar 15 '19 at 12:29
  • thanks... still no luck in reproducing it. What is a result of compiling the same .scss in terminal using the same command? – lena Mar 15 '19 at 13:31
  • It´s the same...that´s very strange. I created the project on my MacBook..there it worked... and after duplicating it to my new iMac I get this errors compiling my scss... also a strange thing is that when I edit the style.css and bring `.class` and `:hover` together the editor brings it back to the old bad position....after the second edit it stays... – Vueer Mar 15 '19 at 22:37
  • 1
    it can be some tool that is watching and modifying your css in background... no idea what it can be:( anyway, it's definitely not the IDE issue – lena Mar 16 '19 at 10:01

0 Answers0