Book Image

Mastering PostCSS for Web Design

By : Alex Libby
Book Image

Mastering PostCSS for Web Design

By: Alex Libby

Overview of this book

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.
Table of Contents (21 chapters)
Mastering PostCSS for Web Design
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Getting help from others


At this stage, you've tried fixing an issue, but failed – you're not quite sure where to go next…

Don't worry, there are plenty of people who have been there, and needed help! A good start is the main documentation, which is available at https://github.com/postcss/postcss/tree/master/docs. If this draws a blank, then Google is a good option; in addition, there are a couple of other options that may help.

Logging issues at Stack Overflow

If you spend time researching Google and don't find anyone who has had this problem before, then you can try logging a question on Stack Overflow:

The URL is http://stackoverflow.com/questions/tagged/postcss—this lists all of the questions tagged with the name postcss, and is open to anyone to suggest a course of action or hopefully a tip that will get you back in business. If you do find yourself logging an issue, please try where possible to give details of the system you use (Windows, Mac, or Linux), any screenshots or details of the...