We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have: Atom: 1.25.0 css-in-js: 1.4.0 (with default settings)
I'm trying to get auto completion for JSS css-in-js code. As a workaround I've created a custom css() function that simply returns it's argument.
css()
Code example:
const css = input => input; const style = css({ container: { } }); export default style;
What could be going wrong here?
The text was updated successfully, but these errors were encountered:
Same.
The behavior is unpredictable.
Sorry, something went wrong.
@peteruithoven @mileung Try disabling other plugins. I’ve dealt with this before with other plugins and it was sometimes because of a conflict.
I have disable other plugin, but no effect
Possibly a bad release related to issues seen for #23
I have the same problem but i use vscode 1.33.1
ansumanshah
No branches or pull requests
I have:
Atom: 1.25.0
css-in-js: 1.4.0 (with default settings)
I'm trying to get auto completion for JSS css-in-js code. As a workaround I've created a custom
css()
function that simply returns it's argument.Code example:
What could be going wrong here?
The text was updated successfully, but these errors were encountered: