This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/library/cropperjs/postcss.config.js

15 lines
250 B
JavaScript

const rollupConfig = require('./rollup.config');
module.exports = {
plugins: {
'postcss-cssnext': {},
'postcss-url': {
url: 'inline',
},
'postcss-header': {
header: rollupConfig.banner,
},
stylefmt: {},
},
};