Sass is being replaced by PostCSS which is being adopted by projects like Bootstrap and Foundation. PostCSS allows for features not possible in Sass through plugins, is modular for faster development, and is significantly faster than other preprocessors. Examples show how custom syntax can be transpiled to CSS using PostCSS plugins and how its modular plugins encourage experimentation and development of new CSS features.