https://github.com/appzic/refinecss
Post build unused css remover
https://github.com/appzic/refinecss
css postbuild purgecss purifycss unusedcss
Last synced: about 1 month ago
JSON representation
Post build unused css remover
- Host: GitHub
- URL: https://github.com/appzic/refinecss
- Owner: appzic
- License: mit
- Created: 2022-12-26T14:32:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T14:36:12.000Z (about 3 years ago)
- Last Synced: 2025-10-19T13:48:12.125Z (7 months ago)
- Topics: css, postbuild, purgecss, purifycss, unusedcss
- Language: TypeScript
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
RefineCSS
Post build unused css remover
## 📖 Table of Contents
- [📖 Table of Contents](#-table-of-contents)
- [🚀 Getting Started](#-getting-started)
- [Installation](#installation)
- [Remove unused css](#remove-unused-css)
- [💻 Command-line](#-command-line)
- [🙏 Contributing](#-contributing)
- [❤️ Contributors](#️-contributors)
- [🛡️ License](#️-license)
## 🚀 Getting Started
### Installation
We recommend installing RefineCSS as a dev dependency
```bash
npm i -D refinecss
```
### Remove unused css
After your final build, you can run the following command to remove unused CSS
```
refinecss
```
After removing unused CSS, the results are displayed on the console.

## 💻 Command-line
```
Post build unused css remover
Usage: refinecss [options]
Options:
--help Show help [boolean]
--version Show version number [boolean]
Examples:
refinecss ./dist with the directory of final build.
```
## 🙏 Contributing
If you want to open an issue, create a Pull Request, or simply want to know how you can run it on your local machine, please read the [Contributing Guide](https://github.com/appzic/refinecss/blob/main/CONTRIBUTING.md).
## ❤️ Contributors
## 🛡️ License
refinecss is [MIT](https://github.com/appzic/refinecss/blob/main/LICENSE) licensed.