Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Power-Up Your CSS with PostCSS
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - The plugins we'll be setting up
- 3 - Installing PostCSS
- 4 - Installing our first plugin
- 5 - Adding the PostCSS config file
- 6 - Using our first plugin
- 7 - Setting up the command in our package.json
- 8 - Using the command
- 9 - Getting PostCSS to watch our files
- 10 - Installing cssnano and preset-env
- 11 - Exploring preset-env
- 12 - Setting up options for a plugin
- 13 - Custom property media queries with preset-env