rollup.config.js import postcss from 'rollup-plugin-postcss' export default { plugins: [ postcss({ plugins: [] }) ] }. Then you can use CSS files: import '.
確定! 回上一頁