Slide 8
Slide 8 text
PostCSSPlugin
• JavaScript function that receives and, usually, transforms a CSS AST from the PostCSS parser
• What it can do…
• Essentially, no limitations onthe kind of manipulation PostCSS plugins can apply to CSS
source: github.com/postcss/postcss
o behavelikepreprocessors
o optimizeandautoprefixcode
o fallbacks
o addfutureCSSsyntax
o code shortcuts,linting,analytics,languageextension,grid,etc.