Skip to content
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

Slash operator (/) in @custom-rule #90

Open
x-ray-s opened this issue Apr 9, 2021 · 0 comments
Open

Slash operator (/) in @custom-rule #90

x-ray-s opened this issue Apr 9, 2021 · 0 comments

Comments

@x-ray-s
Copy link

x-ray-s commented Apr 9, 2021

When I use @apply rules in tailwindcss, the name perhaps has a / operator, so I get an unexpected output.

Input

.class
  @apply w-3/12

Output

.class {
  @apply: w-3 / 12;
}

Expectation

.class {
  @apply: w-3/12;
}

Please support the config about space around operator or char escaping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant