fomantic / Fomantic-UI-Docs

Official Documentation for Fomantic-UI
https://fomantic-ui.com
28 stars 85 forks source link

fix(ie11): less needs polyfills #308

Closed lubber-de closed 3 years ago

lubber-de commented 3 years ago

Description

The docs page does not completely work anymore for IE11, because LESS (for dynamic theming in the docs pages) unfortunately uses IE11 incompatible functions. By adding a proper polyfill with missing es5/es2015 functions thi is solved. I use the https://polyfill.io/ service which will return an empty js file in case a modern browser is used, which does not need polyfills