N
N
nikolay_krylov2016-12-25 17:27:49
phpstorm
nikolay_krylov, 2016-12-25 17:27:49

Intermittent failure of SASS to CSS compiler in PhpStorm?

There is an intermittent problem when in PhpStorm a SASS file is automatically compiled into a CSS file. The fact is that sometimes in the final CSS file, some letters in the property of a selector turn out to be unfinished.
For example, I write the following code:

body
    color: #fff

In the output CSS, I get the following:
body {
    color: #ff;
}

Those. the last letter f in the color designation is missing. Sometimes everything works fine. It looks like the compiler saves the CSS changes before I have time to make all the necessary changes to the SASS file, or, conversely, the compiler does not have time to "pick up" all the changes I made and saves only a part of them.
Please tell me if you faced similar problem? How would you recommend solving it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sergey, 2016-12-25
@zorro76

Use gulp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question