A
A
Andrey Salnikov2015-07-28 14:01:27
css
Andrey Salnikov, 2015-07-28 14:01:27

How to check if css and scss are correct?

I made a website using scss. After a while, you need to tie it up again. You can of course use a css file and that's it. But I'm really wondering how to check if css changes have been made? Well, that is, if I start writing in scss right away, I convert it and all the changes that were made to css will disappear. Is there any way to check this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Florinsky, 2015-07-28
@flor_master

Start checking from the date of the change. If the date SCSS and CSS are the same, then this is what you need.
If not, try compiling SCSS to another file, and then using any utility to compare with the old CSS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question