Create a PostCSS Plugin to Remove Vendor Prefixes

InstructorJohn Otander

Share this video with your friends

Send Tweet

PostCSS is a CSS processor that allows you to modify source CSS with plugins. In this lesson we'll modify the CSS AST by creating a plugin that removes declarations when they contain vendor prefixes.