You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inline@section() proven to be difficult to implement.
❌ It conflicts with the "nested" @section directives. Parser throws an error looking for the closing directive.
Things tried:
standalone inlineSection rule definition
adding , to text and creating `@section($.text, $.text)
Changing precedence
targeting , as high precedence
Regardless you either get inlineSection or the nested both throwing an error. 😬
Old fashion Laravel apps might be using Template Inheritance.
Add support for the following:
1.
@parent
keyword inside@section
keyword
rule as it will get the job done.The text was updated successfully, but these errors were encountered: