8000 GitHub - GlenDC/elm-vendor: A tiny module that detects the vendor prefix string
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GlenDC/elm-vendor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

elm-vendor

A tiny module to detect the vendor prefix string.

usage

import Vendor

displayValue : String
displayValue =
    if Vendor.prefix == Vendor.Webkit
    then "-webkit-flex"
    else "flex"

And that's all there is to it.

About

A tiny module that detects the vendor prefix string

Resources

Stars

Watchers

Forks

Packages

No packages published
0