Thanks for your interest in contributing!
git clone https://github.com/moeez-shabbir/glass-refraction.git
cd glass-refraction
npm install
npm run dev # watch modenpm run buildOutput goes to dist/.
- Keep CSS framework-agnostic (no Tailwind utilities in the core CSS)
- React components should be thin wrappers — all visual logic lives in CSS
- Test changes against the vanilla example (
examples/vanilla/index.html) - Use CSS custom properties (
--gr-*) for any new themeable values
- Fork the repo and create a feature branch
- Make your changes
- Run
npm run buildto verify - Open a PR with a clear description of what changed and why