UNPKG

vc-tools

Version:
10 lines (7 loc) 144 B
'use strict'; const autoprefixer = require('autoprefixer'); module.exports = function() { return autoprefixer({ remove: false, }); };