raybrownco / atom-tailwindcss

An Atom autocompletion provider for the utility-first CSS framework Tailwind
https://atom.io/packages/atom-tailwindcss
MIT License
8 stars 3 forks source link

feat: added a valid type for suggestions list #3

Closed matteobertoldo closed 2 years ago

matteobertoldo commented 3 years ago

Hi! Thank you for this nice package, automatic completion seems to work well (for now I have only tested projects in react) and all classes in suggestions seem to be updated! Top! :)

One thing that I can't find so pretty is to leave the cell of the type of empty suggestion classes....

tailwind

I have updated the self-compliance with a valid type, in this case property here is the result...

property

it seems more complete now...what do you say?

raybrownco commented 2 years ago

Good stuff! Thanks for doing this, @matteobertoldo.