Daniil Chudo

Results 16 comments of Daniil Chudo

[@bulvar/bulma](https://github.com/daniil4udo/bulvar) will do the trick

@mohannadize awesome idea! Could you check my **_[PR](https://github.com/daniil4udo/bulvar/pull/102)_** please?

@bvandevliet great job I'd love your contribution in [**BULVAR**](https://github.com/daniil4udo/bulvar). That's a complete rewrite of Bulma & Buefy to use CSS variables and replace @import with @use & @forward I've started...

@jrobens that has been implemented in [@bulvar/bulma](https://github.com/daniil4udo/bulvar/issues/38).

Checkout [@bulvar](https://github.com/daniil4udo/bulvar) monorepo. Bulma, Buefy and Bulma extention styles with support of CSS Variables

Also had an idea to auto-register Formkit and FormkitSchema components. But for it to make sense: - have to add flag to the [**_plugin.ts_**](https://github.com/formkit/formkit/blob/6da9810abeddd707c9b7d600b214487dc025336d/packages/vue/src/plugin.ts#L40) to de-register global registration - add...

If you could define "fine tuning", I'd like to help

@bt95 no, `lib` folder (or at least `helpers`) has to be added to the exports in the `package.json`. I believe I saw PR #5136 for this issue, hopefully will be...

@msalimbene the origin of the problem is the same. the difference is that you're trying to import all helpers, where I need just `isAbsoluteUrl`. If all helpers will be added...