R
R
Raul Abdullin2017-02-28 19:50:13
css
Raul Abdullin, 2017-02-28 19:50:13

How to sync sass and css?

Hello. Beginning maker. I am writing code in sass, but for some reason the css file is not synchronized. With what it can be connected and how to connect them?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Paul Sh., 2017-03-02
@shvaika

I am using gulp.js. And I advise you. With it, you can build your entire environment with all compilations and changes. Through PhpShtorm it is also possible, but it only works with this PhpShtorm IDE, which means it is not so universal. If you delve into Gulp, then you can do everything with your project.
gulpjs.com - go!
https://www.youtube.com/watch?v=vW51JUVT66w&t=1883s - here goes to start

V
Vitaly, 2017-02-28
@rim89

sass is a preprocessor. It needs to be processed with something so that css is higher from it.
If this is phpstrom, then you can set up a watcher there - https://www.jetbrains.com/help/phpstorm/2016.3/tra...
And css will be collected on the fly

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question