goldsky/FileDownload-R

Disable CSS Link Adding

Closed this issue · 3 comments

Hi,
I'am using CSS preprocessor Sass and importing fd.css to my app.css. To avoid double loading styles, I would like to disable appending of LINK tag with fd.css stylesheet into HEAD.
Based on documentation, I set &fileCss parameter to `` (empty string), but the empty LINK tag is still appending.
It would be nice, if FD-R tested &fileCss first and if it’s empty, no LINK was appended.
Thanks for Your great work on FD-R.
Froggiewalker

try &fileCss=disabled``

Great, this is what I needed to know. Thanks