website-and-documentation/postcss.config.js

4 lines
49 B
JavaScript
Raw Normal View History

export const plugins = {
autoprefixer: {}
};