You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI @cristianbote I would like to introduce some of my ideas. (maybe it's a new implementation for goober)
currently goober converts input to an object(if input is an object keeps it as it is), then breaks down it to css strings, and update an style element(in DOM)
create a constructable stylesheet. if it's not supported in the current environment, then import a very basic implementation(based on style element) and use it.
check if css nesting is supported(its works for 60% of global users). otherwise import a parser to handle this behavior.
convert input to an css string.(without handling nested styles)
update stylesheet with styles.
walk through newly updated styles and prefix them.(it's now already parsed by browser)
Starting to think about
v3
but not necessarily new features that pops up but rather breaking changes in APIs.forwardRef
andshouldForwardProp
functions.setup
function will not be needed anymore to have a 4th argumentglob
export fromgoober
The text was updated successfully, but these errors were encountered: