A selective list of PostCSS resources and other related things.
PostCSS simply provides a css parser and a framework for creating plugins that can analyse, lint, handle assets, optimise, create fallbacks, and otherwise transform parsed css. PostCSS parses css into an abstract syntax tree AST, passes it through a series of plugins, and then concatenates back into a string.
Table of Contents
- [Articles](topics/articles.md)
- [Community](topics/community.md)
- [Guides](topics/guides.md)
- [Official Resources](topics/official-resources.md)
- [Podcast](topics/podcast.md)
- [Plugins](topics/plugins.md)
- [Presentations](topics/presentations.md)
- [Task Runner](topics/task-runner.md)
Contributing
Your contributions are always welcome. But, please take a quick gander at the CONTRIBUTION guidelines first.
Who to follow
License
This project is licensed under the MIT license - see the LICENSE for details.