Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 253 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 253 Bytes

xdc-autoprefixer

A xdc plugin.

Usage

xdc.set({
  //...
  extends: ['vue', 'autoprefixer']
})
xdc.set({
  extends: [
    'vue',
    ['autoprefixer', {browsers: ['last 2 versions']}]
  ]
})

License

MIT