I am using Sourcerer 9.4.0 Pro to add css to an article.
I am using the "Quick Syntax" {source css="path/to/your/file1.css,path/to/your/file2.css,path/to/your/file3.css"}{/source}.
This does work great -
However, if there is a new line after each comma - this breaks.
For example:
{source css="path/to/your/file1.css,CRLF
path/to/your/file2.css,CRLF
path/to/your/file3.css"}{/source}
This above code will not work and will just simply print out on the article as html.
Is there a way to add this functionality? The issues is that I have many .css files that I need to add - and to have it all on one line within the article will make it very difficult to read and modify.