-
Notifications
You must be signed in to change notification settings - Fork 0
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
Easing properties are not correctly transpiled #2
Labels
bug
Something isn't working
Comments
cfuendev
changed the title
Custom transition properties are not correctly transpiled
Easing properties are not correctly transpiled
Feb 9, 2023
cfuendev
added a commit
that referenced
this issue
Apr 21, 2023
cfuendev
added a commit
that referenced
this issue
Apr 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wooo these bugs just keep coming in, don't they?When trying out Goober's css tag/macro paired with Twimba to auto-generate classes (Which could help achieving support for modifiers, breakpoints and such), I stumbled upon this:
Now I realize that I've missed some custom properties like
ead
andeaf
, which shouldn't be transformed to their longer name (i.eease-all-duration
andease-all-function
, respectively), but rather, to the css properties they represent (in this case,transition-all
,transition-duration
andtransition-timing-function
).The text was updated successfully, but these errors were encountered: