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 plugin of unocss #6665

Merged
merged 7 commits into from
Nov 29, 2023
Merged

feat: support plugin of unocss #6665

merged 7 commits into from
Nov 29, 2023

Conversation

ClarkXia
Copy link
Collaborator

New plugin for support unocss, developer can use unocss in ice.js:

import { defineConfig } from '@ice/app';
import Unocss from '@ice/plugin-unocss';

export default defineConfig(() => ({
  plugins: [
    Unocss(),
  ]
}));

@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (92157d8) 80.05% compared to head (000ba3a) 80.05%.
Report is 3 commits behind head on release/next.

Additional details and impacted files
@@              Coverage Diff              @@
##           release/next    #6665   +/-   ##
=============================================
  Coverage         80.05%   80.05%           
=============================================
  Files               218      218           
  Lines             18969    18969           
  Branches           2453     2453           
=============================================
  Hits              15185    15185           
  Misses             3753     3753           
  Partials             31       31           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ClarkXia ClarkXia added the need review Need Review label Nov 28, 2023
@ClarkXia ClarkXia requested a review from chenjun1011 November 29, 2023 02:50
@ClarkXia ClarkXia requested a review from luhc228 November 29, 2023 06:30
@ClarkXia ClarkXia merged commit d61d15f into release/next Nov 29, 2023
6 checks passed
@ClarkXia ClarkXia deleted the feat/unocss branch November 29, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need review Need Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants