PostCSS is a tool that has quickly emerged as the future of existing preprocessors such as SASS and Less, mainly because of its power, speed, and ease of use. This comprehensive guide offers in-depth guidance on incorporating cutting-edge styles into your web page and at the same time maintaining the performance and maintainability of your code.
The book will show how you can take advantage of PostCSS to simplify the entire process of stylesheet authoring. It covers various techniques to add dynamic and modern styling features to your web pages. As the book progresses, you will learn how to make CSS code more maintainable by taking advantage of the modular architecture of PostCSS. By the end of this book, you would have mastered the art of adding modern CSS effects to web pages by authoring high performing, maintainable stylesheets.
Alex Libby’s background is in IT support―he has been involved in supporting end users for almost 20 years in a variety of different environments; a recent change in role now sees Alex working as an MVT test developer for a global distributor based in the UK. Although Alex gets to play with different technologies in his day job, his first true love has always been the open source movement, and in particular, experimenting with CSS/CSS3, jQuery, and HTML5. To date, Alex has written 10 books on subjects such as jQuery, HTML5 video, SASS, and CSS for Packt and has reviewed several more―Mastering PostCSS Web Design is Alex’s eleventh book for Packt.
Chapter 1: Introducing PostCSS
Chapter 2: Creating Variables and Mixins
Chapter 3: Nesting Rules
Chapter 4: Building Media Queries
Chapter 5: Managing Colors, Images, and Fonts
Chapter 6: Creating Grids
Chapter 7: Animating Elements
Chapter 8: Creating PostCSS Plugins
Chapter 9: Working with Shortcuts, Fallbacks, and Packs
Chapter 10: Building a Custom Processor
Chapter 11: Manipulating Custom Syntaxes
Chapter 12: Mixing Preprocessors
Chapter 13: Troubleshooting PostCSS Issues
Chapter 14: Preparing for the Future