I don't understand the uses of (CSS) preprocessors and post-processors | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

I don't understand the uses of (CSS) preprocessors and post-processors

Please I don't seem to understand preprocessors and post-processors and their applications (CSS's and that of any other language if there's any) like Sass Less Stylus PostCSS

9th Jun 2018, 9:51 PM
Loncey Jerry
Loncey Jerry - avatar
1 Antwort
+ 2
From what I know about Sass, it is generally just used as an easier way of setting values to elements and organizing them within the code itself. It does so by adding variables and nested elements, which often just makes the CSS code a little easier to read and write. As for the other ones, I would recommend checking out these sites to get a better understanding of their use in web development - https://css-tricks.com/sass-vs-less/ https://webdesign.tutsplus.com/articles/why-i-choose-stylus-and-you-should-too--webdesign-18412 https://stackshare.io/stackups/less-vs-postcss-vs-sass
9th Jun 2018, 10:28 PM
Faisal
Faisal - avatar