Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 79f8217

Browse files
committed
feat(cssx.ts): update Style has been changed to cssx.
1 parent 3ee6067 commit 79f8217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { set } from './method/set';
44
import { global } from './method/global';
55
import { root } from './method/root';
66

7-
class Style {
7+
class cssx {
88
static create<T extends ClassesObjectType>(object: ExactClassesObjectType<T> | ClassesObjectType): ReturnStyleType<T> {
99
return create(object);
1010
}
@@ -19,4 +19,4 @@ class Style {
1919
}
2020
}
2121

22-
export default Style;
22+
export default cssx;

0 commit comments

Comments
 (0)