Skip to content

Implement css variables  #4

Description

@BriceShatzer

If I'm not going to use preprocessing or whatever than I should at a minimum us css variables to share colors, padding, etc. across the file.

Not supported by IE so...

const isIE10orLess = window.navigator.msPointerEnabled;
const isIE11 = '-ms-scroll-limit' in document.documentElement.style && '-ms-ime-align' in document.documentElement.style;
if (isIE10orLess || isIE11) {doPolyFill()}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions