Does anyone know if it is possible to return the Sass function to prevent the "bug fix" 1 that was implemented to prevent @include recursion?
Message:
Syntax error: An @include loop has been found: <mixin-name> includes itself
This was “fixed” 1 in 3.0.5 , and I would rather not read (read: I can't) lower it far. Unfortunately, I don’t know enough Ruby to sift through the source, and while I take the time to change this, it doesn’t help me right now.
So, is it possible 2 to return this functionality to version 3.0.5 without the need to downgrade; is there a floating patch somewhere? I could not find him.
Edit: While I myself answered this question, I am still open for better answers; in particular, more portable solutions, since now Sass files will be split somewhere else (somewhere not until 3.0.5)
<sub> 1 Quotations used to indicate that I do not think this is a correction. I think this is break; I will take this with those who are responsible. 2 I know that this is possible, but I mean specifically for those who do not have practical experience with Ruby. I am learning Ruby! Sub>
source share