Closed ghost closed 8 years ago
Also, rather than maintaining a different .libsass.json file for each project, can we have something like other packages where there is a .user and .default file, so that we can edit .user file and can have same settings for all projects ?
Thank for testing it for me! Let me describe what's going on first and then how I plan to address each problem.
styles/atoms/build/css
.So here's what I'm changing right now.
.sass
or .scss
file.Also, I'll check on errors in partials not working, but I think for you this problem stemmed from the unexpected behavior you got by not having a config file. Hopefully once I make the behavior less surprising, you'll see it just works!
Thank you, number 1 user!
Fixed everything in Release 7.4. Not sure how often PC checks GitHub for updates. Maybe try again in an hour? Or you could add "repositories": ["https://github.com/blitzrk/sublime_libsass"]
, remove Libsass Build
, and install the sublime_libsass
package to test it immediately.
Thanks for reworking on it. Really appreciate the work you did.
But there are few issues and suggestions that I got :-
Issues :-
Suggestions :-
I am attaching the screenshot of a folder structure that is getting this issues.
In both landing.scss and common.scss, I have included partial file just for testing.
Can you please have a look ?