Removes default postcss config and instead will use postcss.config.js
``` . ├── babel.config.js ├── dev.config.js ├── index.js ├── jest.config.js ├── package-lock.json ├── package.json ├── postcss.config.js ├── readme.md ├── src │ ├── changeData //题库数据转化模块 │ │ ├── changeQuestiondata //解析base64、svg等题库数据 │ │ │ ├──
Configuration and scripts for Create React App that allows a cusotm postcss.config.js file.
postcss.config.jsに記述する設定をパッケージ化しました。