# hexo-renderer-postcss **Repository Path**: mirrors_aduh95/hexo-renderer-postcss ## Basic Information - **Project Name**: hexo-renderer-postcss - **Description**: Minimalist Hexo plugin for rendering PostCSS - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @aduh95/hexo-renderer-postcss Minimalist Hexo plugin for rendering PostCSS ## Installation ``` npm install @aduh95/hexo-renderer-postcss ``` ## Usage Hexo will auto-detect this plugin. It uses [`postcss-load-config`](https://www.npmjs.com/package/postcss-load-config). Create a `postcss.config.js` file to configure plugins et cetera. ```js module.exports = { plugins: { 'postcss-import': {}, 'cssnano': {} } } ``` ## License [MIT](./LICENSE)