Closed LaChope closed 9 months ago
Name | Link |
---|---|
Latest commit | db4826d5e37aa716f4fa8c4be8934887b65af047 |
Latest deploy log | https://app.netlify.com/sites/s-forms-kbss/deploys/65afdbc60232e70008b1169f |
Deploy Preview | https://deploy-preview-254--s-forms-kbss.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 configuration.
We should include this in release notes.
I changed the entry point of css. Using Vite, we used to have to import css like so:
import "../node_modules/@kbss-cvut/s-forms/dist/s-forms.css";
(not clean), now, it isimport "@kbss-cvut/s-forms/css";
.If merged, all projects importing s-forms css would have to update.
I also bumped Microbundle and moved it to devDependencies (no need in dependencies)