stylify / packages

💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎.
https://stylifycss.com
MIT License
424 stars 9 forks source link

Helpers should receive object instead of array of arguments #184

Closed Machy8 closed 1 year ago

Machy8 commented 1 year ago

Describe the problem

Like this

helper: ({ arguments, helpers, variables, dev })

This will cause BC break.

Describe the proposed solution

.

Alternatives considered

.

Importance

nice to have