Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(transformer-compile-class): generate same class for different sequence of same utilities #1416

Merged
merged 4 commits into from Aug 15, 2022

Conversation

sabereen
Copy link
Contributor

before:

console.log(':uno: flex justify-center bg-red') // uno-x03015
console.log(':uno: flex bg-red justify-center') // uno-6kgt2n

now:

console.log(':uno: flex justify-center bg-red') // uno-x8m0ub
console.log(':uno: flex bg-red justify-center') // uno-x8m0ub

@sabereen sabereen requested a review from antfu as a code owner August 15, 2022 06:14
@netlify
Copy link

netlify bot commented Aug 15, 2022

Deploy Preview for unocss canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit e4808b1
🔍 Latest deploy log https://app.netlify.com/sites/unocss/deploys/62fa2013974ff40008ef803e

@zyyv
Copy link
Member

zyyv commented Aug 15, 2022

Can you add a test case about your commit?

@sabereen
Copy link
Contributor Author

Can you add a test case about your commit?

Yes. added 😊!

@antfu antfu merged commit 20e8ebb into unocss:main Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants