What are the advantages and disadvantages of using css preprocessors? [closed]

2

I always hear developers talk about preprocessors, but I have not found articles about the disadvantages and advantages yet.

I also wanted to know if it's better to use pure or pre-processed css.

    
asked by anonymous 08.12.2016 / 01:54

1 answer

2

In my opinion, the preprocessors are great, they do what they promise.

Where your positive points are passed through all that ease and flexibility proposed for our CSS friend, which is a language that is evolving a lot in terms of coding programming in style sheets.

Now its cons is the whole question of not being native all these functions and possibilities that the pre-processors exercises on our CSS, anyway.

It pays to write pure CSS for small but well structured projects and extensive modular CSS for larger projects that make sense to use these features to improve CSS.

    
08.12.2016 / 02:26