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
This is a feature brought up during the attribute to class name revamp for scoped styles. It seems forgotten, so I thought it'd be nice to have an issue for it.
That way we'd still get the correctness-guaranteeing behaviour (${name}-${hash}) out of the box, but it could be set up to use incrementing in situations where it makes sense to do so (e.g. there's no SSR, or the process is controlled a la Sapper), or if people were really byte-conscious they could do something like -${hash}. Perhaps that's too much boilerplate for common cases though.
I personally think it'd be a nice addition.
The text was updated successfully, but these errors were encountered:
#570 looks like the issue where this has mostly been getting discussed before. Not that this should necessarily should be closed as a duplicate, as this is a more concrete suggestion about how this should behave. Maybe actually the other issue should be closed?
This is a feature brought up during the attribute to class name revamp for scoped styles. It seems forgotten, so I thought it'd be nice to have an issue for it.
Rich's comment:
I personally think it'd be a nice addition.
The text was updated successfully, but these errors were encountered: