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
You can play with this example: Add and remove new lines at the end of the playground and see the CSS modules output changed.
I need this to be able to better cache the JS file resulting from the CSS modules exports. This is not a big issue, I can easily resort the keys in JS.
Unrelated: Maybe the blue -> #00f transformation should only be applied when minify is on
The text was updated successfully, but these errors were encountered:
Rust HashMap does not have a stable order, which is why this happens. We could probably move to indexmap assuming there is no perf regression and the binary size increase isn't too big...
You can play with this example: Add and remove new lines at the end of the playground and see the CSS modules output changed.
I need this to be able to better cache the JS file resulting from the CSS modules exports. This is not a big issue, I can easily resort the keys in JS.
Unrelated: Maybe the
blue
->#00f
transformation should only be applied when minify is onThe text was updated successfully, but these errors were encountered: