-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Cannot make it work #76
Comments
You can try this with |
@dgutov js-mode not working |
|
|
@dgutov can you share your config i could test? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've tried to make
styled-components
syntax inside.js[x]?
fileHere is my function for that
It should look like that (css syntax inside js file between "styled.[^\`]`" and "\s`")
Tried to set
less-css-mode
andsass-mode
instead ofcss-mode
Tried to use not only css props, but css classes
.someclass { ... }
Regex is working well according to
regex-builder
Tried to swap front and back according to #72 issue
I'm sure that
js2-jsx-mode
is enabled in buffer and tried to change torjsx-mode
The text was updated successfully, but these errors were encountered: