blitzrk / sublime_libsass

Build system for Sass/scss files in Sublime Text 2/3 with no external dependencies
MIT License
18 stars 2 forks source link

Allow relative path for load-path option #35

Open yomeuh opened 1 year ago

yomeuh commented 1 year ago

Hi, Having multiple apps/modules in my development workspaces, it would be great to be able to specify relative path in load-path setting. The build would check if load paths exist based on current framework path.

- workspace
  - app_1
    .libsass.json // load-path: ["../app_2/src","../app_3/src"]
    - src
      main.scss
    - build
      main.css
  - app_2
    - src
      _lib.scss
  - app_3
    - src
      _vars.scss

Thanks for the great package

yomeuh commented 10 months ago

👍
I will like it too. When projects are shared between several collaborators/systems, relative paths would be necessary.