tw-in-js / vscode-twind-intellisense

Intelligent Twind tooling for VS Code
MIT License
60 stars 10 forks source link

How to recognize line-clamp #3

Open jorbuedo opened 3 years ago

jorbuedo commented 3 years ago

Using this plugin, all other classes are recognized except the ones created by @twind/line-clamp.

I tried using

declare module 'twind' {
  interface Plugins {
    'line-clamp': '1' | '2' | '3'
  }
}

in twind.config.ts, but it doesn't work.