SCSS Watcher output removes quotes and changes content
Hello!
Recently I started working on some projects with other devs that are using PhpStorm, like me.
I have some annoying changes in the SCSS task process output and really don’t have any idea what I need to change to stop these changes. For example, my watcher output has @charset "UTF-8"; at the top of the file, removed quotes from data attributes (like [data-type=items]:not(.activate) instead of [data-type="items"]:not(.activate)). Could it be because of OS differences? I am using a Macbook and my other colleague is on Windows.
Settings:
Thanks!
Please sign in to leave a comment.
Do you mean that your SCSS files are modified as a result of running the SCSS compiler? What is the result of running the same command in terminal?