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