Revert early Select periphery code.

This commit is contained in:
Graham Fairweather 2018-03-08 08:24:38 +01:00
parent f7825eabe4
commit e31d3b0578
14 changed files with 75 additions and 214 deletions

View file

@ -321,5 +321,3 @@ export function setMatchMedia () {
window.matchMedia = window.matchMedia || matchMediaPolyfill;
}
}
export const kebabJoin = (...args) => args.map(arg => `${arg}`).join('-');