Answer the question
In order to leave comments, you need to log in
What is the best CSS preprocessor to use?
I want to start using preprocessors. I think to start with consulting with professionals.
1. LESS or SASS (SCSS)?
LESS attracts me. Shaking my decision is the news that the creator of the bootstrap rewrote all the code in SASS. Trust his foresight?
2. Where are the tools more convenient?
Which preprocessor has the ability to generate css code on the fly instead of running a command before every refresh in the browser? Maybe there is some kind of link, when working with which, the page is updated in real time. That is, you write styles, for example, on LESS, and all changes are instantly visible on your second monitor in the browser window. Is there a plugin for Developer Tools that shows styles not in CSS, but immediately in LESS?
3. Do you know of very good links where you can find a description of the complete workflow using the preprocessor? To tell you how to more conveniently organize the folder structure, build, deploy, etc.
Answer the question
In order to leave comments, you need to log in
LESS or SASS
Started with LESS because of the faster "start".
You can just include less.js in an html file and see the results right away without having to compile through the console.
But later, after starting to use NPM => BOWER, GULP I plan to switch to SCSS
I personally liked SASS more.
From compilers - try https://prepros.io/ . There everything you need to compile plus livereload and so on. Moreover, the interface is completely graphical, the same SASS is compiled automatically when saved - the console is not needed.
Moved to SCSS. Compiling in Prepros. Everything is done automatically :) I saved the file in the editor, immediately picked it up and compiled it automatically. FX8320+8Gb Ram+SSD = instant results. Core i3 (I don’t remember the exact model, it’s in the tablet) + 4Gb Ram + SSD = there are small brakes.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question