Yes, developers do write CSS from scratch without the help of LESS and Sass (in 2016). Sometimes going back to basics will help you save time and efforts.
When the project is small, I prefer writing VanillaCSS to save setup time. With bigger projects and applications, where the number of collaborators involved is more, using a pre-processor makes sense; as it helps the team write better modular code.