-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
[pigment-core] React implementation for the new Pigment CSS API #367
base: master
Are you sure you want to change the base?
Conversation
brijeshb42
commented
Jan 14, 2025
- I have followed (at least) the PR section of the contributing guide.
493fe2c
to
534e9c4
Compare
534e9c4
to
eb5c3c5
Compare
b6cb7ee
to
9d6424d
Compare
9d6424d
to
0c8a1c0
Compare
6e259a9
to
a0d632c
Compare
77a085d
to
155b9ef
Compare
f55bf27
to
7eecf99
Compare
7eecf99
to
2f1a12d
Compare
2f1a12d
to
b900094
Compare
@@ -119,6 +119,99 @@ export type CssTailProcessorParams = BaseCssProcessorConstructorParams extends [ | |||
? T | |||
: never; | |||
|
|||
function handleTemplateElementOrSimilar( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the test for the change in implementation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add the implementation for sx
in a separate PR. At the current stage, the new package doesn't support sx
prop.