UNPKG

tonix-html-autoprefixer

Version:

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

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