UNPKG

postcss-amp-custom

Version:

PostCSS plugin to optimize CSS source for AMP HTML.

6 lines (4 loc) 112 B
const isPostCSSv8 = (postcss) => { return typeof postcss.Root !== 'undefined' } module.exports = isPostCSSv8