PostCSS

PostCSS is a tool for transforming styles (CSS) with JS plugins. It allows you to write nested CSS code that is readable and maintainable.

It supports the ability to have mixins, which can be used to easily and clearly define style behavior for responsive sites.

It also allows you to use latest CSS standard without the fear of not working in current or old browsers.

Used with Autoprefixer – which automatically prefixes CSS code for old Browser specific compatibility.


PostCSS Project(s)

Shay Howe Frond End Basics – Mobile Friendly Conversion
A beginners online course on Front End Web Development by Shay Howe walks you through the basics of… Read more

Fictional University Site
A Fictional University Wordpress Theme. A fully functional site that covers a wide range of features, including custom… Read more

Travel Site
This project involved building a Landing Page for a Travel Site. It was built with a Mobile-First philosophy,… Read more