Closed rickansen closed 2 years ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
react-curve | ✅ Ready (Inspect) | Visit Preview | Oct 28, 2022 at 8:43AM (UTC) |
Name | Link |
---|---|
Latest commit | fe6d0707b27bff89eb372eb756b5240dab18f1ff |
Latest deploy log | https://app.netlify.com/sites/react-curve/deploys/635b961ff204db0008eb0a10 |
Deploy Preview | https://deploy-preview-31--react-curve.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Resolves #22
Implemented CSS Modules to local classes in the Colors App.
Before, it uses a non-localized CSS file meaning that if there is a same class name in a different page, both CSS rules will be implemented on that page.
Now, Colors app uses localized CSS so local classnames will not affect other pages that has the same class name.