-
Notifications
You must be signed in to change notification settings - Fork 5
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
Doesn't seem to be working or I'm doing something wrong #21
Comments
It seems to be having problems depending on how you import your css. Assume this structure: If you include the css this way "/project/css/index.css" it won't work. It somehow forces you to include it this way "../css/index.css". This updir thing is quite bad practice I think, but for now, it's the only way of enabling autocomplete. |
I fixed this bug to work with root path. |
@jzmstrjp doe you perhaps understand why with bigger projects its freezing brackets for about a minute orso. Is that due to the caching which is being done orso? |
@schroef |
Okay thank, was worth a try. I started cleaning folder because it was full of unused css. That speeded up things quite a bit. This things is really super handy |
@schroef |
what do you mean by link tag, you mean a linked css how you normally link css files? All my css is done in that manner, best possible way to do it |
I'm using sprint 42 experimental build 0.42.0-13957 (Mac - Mavericks) and I don't see any Class or Id hints in my CSS.
Seemed like a great plugin but just letting you know it's not working here.
The text was updated successfully, but these errors were encountered: