First off, thanks for your interest in contributing to Vector! 🎉
This project is still young, so contributions of all kinds are welcome.
- Report bugs by opening an issue.
- Suggest new features or improvements.
- Improve documentation (README, examples, demo site).
- Contribute code by making pull requests.
- Fork this repository.
- Clone your fork to your local machine.
- Create a new branch for your work.
- Make your changes in the
src/files. - Update
dist/css/vector.csswith your changes. - Commit and push your branch.
- Open a pull request to
main.
- Keep CSS clean, readable, and consistent.
- Use clear class names (e.g.,
.btn-primary,.grid-2). - Document any major changes in your pull request.
By contributing, you agree that your contributions will be licensed under the same MIT License that covers this project.