kbss-cvut / s-forms

SForms - Semantic form generator and processor. For ontology-based smart forms.
GNU Lesser General Public License v3.0
4 stars 7 forks source link

Update css export #254

Closed LaChope closed 9 months ago

LaChope commented 9 months ago

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 is import "@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)

netlify[bot] commented 9 months ago

Deploy Preview for s-forms-kbss ready!

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

blcham commented 9 months ago

We should include this in release notes.