Pollen
GithubShare on Twitter
  • Introducing Pollen
  • Basics
    • Getting started
    • Configuration
      • Configuring Modules
      • Extending Pollen
      • Media & Supports
    • Javascript
  • Modules
    • Typography
    • Layout
    • UI
    • Grid
    • Colors
  • Utils
    • defineConfig
    • fluid
    • shimmie
  • Misc
    • Motivations
    • Contributing
  • Migration Guide
    • v4 -> v5
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Utils

shimmie

CSS variables aren't supported on IE11, so Pollen ships with a dynamic polyfill called shimmie. Shimmie will check for support and, if required, dynamically load and apply the excellent css-vars-ponyfill shim with sane configuration.

app.js
import { shimmie } from 'pollen-css/utils';

shimmie();
PreviousfluidNextMotivations

Last updated 2 years ago

Was this helpful?