Closed sethstha closed 8 years ago
Can you open background.html
page as described here and check if there are any errors relates to requested files? Most likely LiveStyle can’t find given files (make sure paths are valid and relative to .sublime-project
parent folder)
Thank you for the quick response.
I have solved the problem as the color value was having !default in it that was causing the problem. Also i ticked the allow access to file URLs.
This solved that problems. Thank you for creating this top notch plugin.
thanks! :+1:
And one more thing. You need to save project file inside the project folder itself to make it work.
Thanks
I am using scss. I have a lot of variables declared in another files. Heard about declaring globals to use variables and mixins. I got my sass folder in my main project folder where is index.html.
i have edited .sublime-project file and added section for globals
I don't know what's wrong and why i am not getting variable from colors. I need to @import them every time i need to use variables. Is there anything wrong on my codes.
Thank you