TypeScript language service plugin that adds IntelliSense for style-hook
npm install typescript-style-hook-pluginTypeScript server plugin that adds intellisense to style hook css strings
shell
install dependencies
yarn
yarn link
cd e2e
yarn link typescript-style-hook-plugin
yarn
cd ..
compile ts to js
yarn watch:compile
open another terminal session to do some test
yarn jest --watch
``