For this to work on Foundation 5, had to add this to options: ignore : [/meta\..+/] Otherwise Syntax error, unrecognized expression: [data-'Times New Roman'-abide] is thrown.
ignore : [/meta\..+/]
Syntax error, unrecognized expression: [data-'Times New Roman'-abide]
For this to work on Foundation 5, had to add this to options:
ignore : [/meta\..+/]
Otherwise
Syntax error, unrecognized expression: [data-'Times New Roman'-abide]
is thrown.