This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have a base file (_Base.scss), all others files used this file. With the following structure:
I would like to import the file _Base.scss into my index.scss I tried something like:
or
or
or
But none of these work! Error
|
|
|
The Sass compiler is an external component and doesn't recognise the ASP.NET "~/" convention. Using a relative path worked for me:
|
|