Hi,
I'm importing the below files inside project specific SCSS files, these files are in a virtual folder in IIS7.
I have multiple solutions using this common lib. So I can't duplicate this folder in each solution.
When I publish and create virtual dir, its throwing file not found error. Can you help me to fix this issue?
@import "../../../../../scss/zurb-foundation-4/components/global",
"../settings";
// Foundation and Compass Components
@import "../../../../../scss/zurb-foundation-4/components/grid",
"../../../../../scss/zurb-foundation-4/components/type",
Comments: Use "/common/scss/zurb-foundation-4/components/global " instead of "../../../../../common/scss/zurb-foundation-4/components/global".
I'm importing the below files inside project specific SCSS files, these files are in a virtual folder in IIS7.
I have multiple solutions using this common lib. So I can't duplicate this folder in each solution.
When I publish and create virtual dir, its throwing file not found error. Can you help me to fix this issue?
@import "../../../../../scss/zurb-foundation-4/components/global",
"../settings";
// Foundation and Compass Components
@import "../../../../../scss/zurb-foundation-4/components/grid",
"../../../../../scss/zurb-foundation-4/components/type",
Comments: Use "/common/scss/zurb-foundation-4/components/global " instead of "../../../../../common/scss/zurb-foundation-4/components/global".