typescript-style-hook-plugin
v0.1.6
Published
TypeScript language service plugin that adds IntelliSense for style-hook
Downloads
14
Maintainers
Readme
TypeScript Style Hook Plugin
TypeScript server plugin that adds intellisense to style hook css strings
develop
# 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