Is there any way to make the layouts and documents to be in one scope? So I could define Jade's mixins and variables in one layout file and then reuse them in the documents?
Right now I need to manually write the includes for my mixins.jade in every document and layout, and it's not fun.
Is there any way to make the layouts and documents to be in one scope? So I could define Jade's mixins and variables in one layout file and then reuse them in the documents?
Right now I need to manually write the includes for my
mixins.jadein every document and layout, and it's not fun.