Replies: 1 comment 1 reply
-
In this case you just need to change the values in your config: module.exports = {
theme: {
translate: (theme, { negative }) => ({
...theme('spacing'),
...negative(theme('spacing')),
'-full': '-100%',
- '-1/2': '-50%',
+ '-1_2': '-50%',
- '1/2': '50%',
+ '1_2': '50%',
full: '100%',
})
}
} I would recommend using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my runtime not supporty
\
and/
, i want to change it to_
What I have try?
I try to change separator in config,but not effect it.
https://tailwindcss.com/docs/configuration#separator
Whic Runtim i use ?
WeChat MiniProgram You can find docs here
What I want ?
\
and/
.Beta Was this translation helpful? Give feedback.
All reactions