UNPKG

react-multi-carousel-jsm

Version:

Production-ready, lightweight fully customizable React carousel component that rocks supports multiple items and SSR(Server-side rendering) with typescript.

13 lines (9 loc) 181 B
const autoprefixer = require("autoprefixer"); const postcssImport = require("postcss-import"); let plugins = [ postcssImport, autoprefixer ]; module.exports = { plugins };