UNPKG

html-autoprefixer

Version:

Autoprefix all CSS inside an html page - CSS inside style tags and inside style attributes

7 lines (4 loc) 153 B
'use strict'; var HTMLPostCSS = require('html-postcss'); var autoprefixer = require('autoprefixer'); module.exports = new HTMLPostCSS([autoprefixer]);