@ferris-wheel/plugin 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7106,7 +7106,8 @@ const Dd = `.-fw-text-animation[data-v-b3e768e1]{display:flex;flex-wrap:wrap}.-f
|
|
|
7106
7106
|
css: ({ config: e, mode: t }) => {
|
|
7107
7107
|
switch (t) {
|
|
7108
7108
|
case "editor":
|
|
7109
|
-
return
|
|
7109
|
+
return `@layer ferris-wheel {${Dd}}
|
|
7110
|
+
${fr(e)}`;
|
|
7110
7111
|
case "build":
|
|
7111
7112
|
return fr(e);
|
|
7112
7113
|
}
|