green-labs / res_tailwindcss

ReScript PPX which validates the tailwindcss class names
MIT License
28 stars 4 forks source link

fix +, - #11

Closed jeong-sik closed 2 years ago

jeong-sik commented 2 years ago

fix this case

.translate-x-\[calc\(-50\%\+27px\)\] {
  --tw-translate-x: calc(-50% + 27px);
  transform: var(--tw-transform);
}