UNPKG

@trumpetstech/bootwind

Version:

Utility and component-centric design system based on Bootstrap for fast, responsive UI development.

18 lines (16 loc) 261 B
const path = require('path') import autoprefixer from 'autoprefixer'; export default { root: path.resolve(__dirname, 'src'), server: { port: 8080, hot: true }, css: { postcss: { plugins: [ autoprefixer ], } }, }