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: support unocss config for cli #1633

Merged
merged 8 commits into from Sep 26, 2022
Merged

feat: support unocss config for cli #1633

merged 8 commits into from Sep 26, 2022

Conversation

sudongyuer
Copy link
Member

resolve #543 #566

@netlify
Copy link

netlify bot commented Sep 25, 2022

Deploy Preview for unocss ready!

Name Link
🔨 Latest commit 62bedd5
🔍 Latest deploy log https://app.netlify.com/sites/unocss/deploys/633120b79271cc0009bbdfee
😎 Deploy Preview https://deploy-preview-1633--unocss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

* For unocss-cli config
*/
export interface CliOptions {
cliOptions?: CliOptionItem[]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cliOptions?: CliOptionItem[]
cli?: {
entry?: CliEntryItem | CliEntryItem[]
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed the api , tony have a look🌈~

@sudongyuer sudongyuer requested review from antfu and removed request for johannschopplich September 26, 2022 03:30
@antfu antfu merged commit 2724cad into unocss:main Sep 26, 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.

[feature] recursive file scan from specific folders
2 participants