Skip to content

Support css classes with escaped characters #127

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

Closed
joma74 opened this issue Apr 22, 2018 · 3 comments
Closed

Support css classes with escaped characters #127

joma74 opened this issue Apr 22, 2018 · 3 comments

Comments

@joma74
Copy link

joma74 commented Apr 22, 2018

Tailwind's w-1/4 does currently not get intellisensed to code completion. Code completion stops after the forward slash as in w-1/

As opposed to https://tailwindcss.com/docs/width/, this is really really 😀 defined in CSS as

...
.w-1\/4 {
  width: 25%;
}
...
@joma74
Copy link
Author

joma74 commented Apr 22, 2018

Additionally, the first of those seem to break intellisense on any further classes in the same class attribute. In the following example, text-center is not recognized; while it is if w-1/2 removed.

<div class="w-1/2 text-center">
      some content
</div>

@onetrev
Copy link

onetrev commented May 17, 2018

Note, this issue is already listed here: #113

@joma74
Copy link
Author

joma74 commented May 17, 2018

Ah, Same case, so upvoted #113 and closing

@joma74 joma74 closed this as completed May 17, 2018
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

2 participants