Jump to content

If you're going to use the preset-env, I'd strongly recommend adding the PostCSS Language Support plugin to VS Code, so that it recognizes the CSS you are writing: https://marketplace.visualstudio.com/...

PostCSS is an absolutely amazing tool, so let's see how we can use it!

🔗 Links ✅ PostCSS: https://postcss.org

⌚ Timestamps

  • 00:00 - Introduction
  • 01:18 - The plugins we'll be setting up
  • 01:32 - Installing PostCSS
  • 04:17 - Installing our first plugin
  • 05:06 - Adding the PostCSS config file
  • 06:25 - Using our first plugin
  • 07:28 - Setting up the command in our package.json
  • 09:12 - Using the command
  • 10:01 - Getting PostCSS to watch our files
  • 12:09 - Installing cssnano and preset-env
  • 14:12 - Exploring preset-env
  • 15:37 - Setting up options for a plugin
  • 17:57 - Custom property media queries with preset-env

User Feedback

Recommended Comments

There are no comments to display.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now