Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Set IncludePaths via project property #44

Open
carlin-q-scott opened this issue Jan 22, 2022 · 0 comments
Open

Set IncludePaths via project property #44

carlin-q-scott opened this issue Jan 22, 2022 · 0 comments

Comments

@carlin-q-scott
Copy link

I'd like to include scss files from a particular library (Bootstrap) without having to reference the relative path to the files. If we were able to set the IncludePaths CompilationOption, then I could add the path to the library folder as a search path.

This would change:

@import "../lib/twitter-bootstrap/css/functions";

to

@import "functions";

The csproj config would look like:

  <PropertyGroup>
    <LibSassIncludePaths Include="/lib/twitter-bootstrap/css/"></LibSassIncludePaths>
  </PropertyGroup>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant