@liserl/html-autoprefixer

1.0.2 • Public • Published
const gulp = require('gulp')
const htmlAutoprefixer = require('@liserl/html-autoprefixer')

function htmlTest(){
  return gulp.src(pathsTest.html.src, {base: '.'})
    .pipe(htmlAutoprefixer())
    .pipe(gulp.dest(pathsTest.html.dest))
}

Package Sidebar

Install

npm i @liserl/html-autoprefixer

Weekly Downloads

11

Version

1.0.2

License

MIT

Unpacked Size

1.27 kB

Total Files

3

Last publish

Collaborators

  • liserl