iamallyniam
iamallyniam
I managed to find a solution for including this fantastic script into my browserify build process. ``` var Tablesort = require('tablesort'); this.tableSorter = new Tablesort(elem, options); window.Tablesort = Tablesort; require("../../../../node_modules/tablesort/src/sorts/tablesort.date.js");...
Not sure this is related but I have a case where I'm using facades for the Vimeo video api. It starts off life as a HTML element on the page,...
Thanks for clarifying @adamraine
I have a similar issue in Safari 14, according to can i use Safari supports the where pseudo class from version 14 onwards, https://caniuse.com/?search=%3Awhere but I keep seeing :where pseudo...