0.0.3 • Published 3 years ago

emotion-auto-css v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

emotion-auto-css README

if you want it to work in jsx、tsx and ts. You need add this setting in vscode:

"editor.quickSuggestions": {
    "strings": true
}

You can get the style name prompt in normal format in this code.

<div css={css``}></div>

Features

exmaple

Release Notes

0.0.1

a simple version

0.0.2

update README.md

0.0.3

fix not prompted in jsx、tsx、ts. But you need add setting this in vscode.

"editor.quickSuggestions": {
    "strings": true
}