Replies: 1 comment 2 replies
-
|
The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{{title}}
-
I want to create a colour plugin that can take not only the main value but a modifier, something like
fade-red-100/50. I figured outfade-{value}part works viafade: (value) => ({}), so I was able to make it work withfade-red-100as it takes values fromtheme('colors'). Now I am wondering if plugins can split that value and have/50available?Beta Was this translation helpful? Give feedback.
All reactions