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

feat(css): support css module name coversion #1784

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

shulandmimi
Copy link
Member

Description:

defineConfig({
	compilation: {
	    css: {
	      modules: {
	        localsConversion: 'lowerCamel'
	      }
	    },
	}
})

BREAKING CHANGE:

Related issue (if exists):

close #1367

Copy link

changeset-bot bot commented Sep 18, 2024

🦋 Changeset detected

Latest commit: 9682044

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@farmfe/core Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@fu050409 fu050409 changed the title feat; support css module name coversion feat(css): support css module name coversion Sep 18, 2024
@shulandmimi shulandmimi force-pushed the feat/supportCssModuleNameCoversion branch from c6d6828 to 5c88820 Compare September 18, 2024 16:28
Copy link

codspeed-hq bot commented Sep 18, 2024

CodSpeed Performance Report

Merging #1784 will create unknown performance changes

Comparing feat/supportCssModuleNameCoversion (9682044) with main (a785d6f)

Summary

⚠️ No benchmarks were detected in both the base of the PR and the PR.

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.

支持串行命名和驼峰命名相互转换
2 participants