-
Notifications
You must be signed in to change notification settings - Fork 57
Does not support nested classes #2
Comments
Would like to see if I can contribute to this, but the repo is not compiling for me at the moment. Fails with:
|
@Jipperism I suspect the wrong version of tsc is being use. I just pushed bdbf23b which should ensure the compile script uses typescript 2.5.3 for building As for actually fixing the issue, I suspect the easiest approach will be to use the sass language service instead of the regular css language service. This has the drawback of enabling other sass features in the styled strings but I'm not sure how often these would be hit. Let me know if you have any other ideas on how to fix this or if you have any questions about the code. |
It is compiling now, but tests are not running. Is this still due to issue #11? I will look into using the sass language service. |
Yes that #11. As a workaround, try manually installing |
As shown here, regular CSS properties work, but nested classes fail with a syntax error.
The text was updated successfully, but these errors were encountered: