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 folder hierarchy like this:
In the "site.scss" in the "Admin" folder I would like to import the "_base.scss" file in folder "Content" How can I import a file from one folder level different? |
|
|
have you tried: @import "../_base.scss" works in .less |
|
|
thanks! |
|