mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 01:02:04 +00:00
979 B
979 B
Removing CSS modules
To remove this feature from your setup, stop importing .css files in your
components and delete the modules option from the css-loader declaration in
webpack.prod.babel.js and
webpack.base.babel.js!
Removing PostCSS
To remove PostCSS, delete the postcssPlugins option and remove all occurences
of the postcss-loader from
When that is done - and you've verified that everything is still working - remove
all related dependencies from package.json!
Removing sanitize.css
Delete lines 44 and 45 in app.js and remove it
from the dependencies in package.json!