Skip to content

Commit

Permalink
Merge pull request #20 from Justineo/main
Browse files Browse the repository at this point in the history
chore: build plugin
  • Loading branch information
zouhangwithsweet authored Nov 12, 2024
2 parents 39bd42a + 849d118 commit 0be11c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1087,15 +1087,15 @@ const transformToAtomic = (style, options) => {
//#endregion
//#region plugin/index.ts
var plugin_default = definePlugin({
name: "fubukicss",
name: "@fubukicss/unocss",
code: {
css: {
title: "unocss",
lang: "rust",
transform({ style }) {
title: "UnoCSS",
lang: "text",
transform({ style, options: { useRem } }) {
return transformToAtomic(style, {
engine: "unocss",
isRem: true,
isRem: useRem,
prefix: ""
}).uno;
}
Expand Down

0 comments on commit 0be11c0

Please sign in to comment.