Quickly create a customized version of your favorite CSS reset file by specifying the parts you wish to include (currently supports Normalize.css & Eric Meyer's CSS reset).
This is a prototype!
Please note that the parts of CSS used in this project have been hard coded and require manual updates upon new releases of the relevant CSS resets that they are based on. This project was created as a proof of concept and would ideally parse the base CSS reset files and programmatically generate the reset options.
Assuming you have Node.js installed, download this repo and run npm install -g project's root directory.
After installation, simply run the command reset-css in the directory you wish to create your reset.css file in and follow the on-screen prompts.
This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the issues. If you wish to work on this project:
- Fork the project
- Create feature branch (
git checkout -b new-feature-branch) - Commit changes (
git commit -am 'add new feature') - Push to branch (
git push origin new-feature-branch) - Submit pull request!