Slide 4
Slide 4 text
Pros & cons of using pre-processors
Pros
1. Modular approach for
styles
2. Re-use code across
projects
3. Nested, smart styles
Cons
1. The ability to do on-the-
fly changes to the
website on a live server
is lost.
2. CSS is abstracted,
adding another step to
updates & changes.