Sha256: 0cddbe0e16939f4f7bbef17ca8ee560fcca94a46d5f137c150d89c8741f721f4
Contents?: true
Size: 747 Bytes
Versions: 5
Compression:
Stored size: 747 Bytes
Contents
// browser targeting $CONFIG_BROWSER_VENDORS_CLASS: (ie) !default; // a list of browsers to support via class targeting $CONFIG_BROWSER_ALLOW_HACKS: true !default; // if set to true, allow browser targeting hacks $CONFIG_BROWSER_WARN_ON_HACK: false !default; // if hacks are used, throw a warning // this is a map list for various hacks $CONFIG_BROWSER_VENDORS_HACK: ( webkit-all: safari webkit chrome, gecko-all: firefox gecko mozilla, opera-all: opera // NOTE: this may stop working once Opera switches over to using WebKit/Blink ) !default; // os targeting $CONFIG_OS_VENDORS_CLASS: ( os-win: windows win winxp win7 win8, os-mac: apple mac osx, os-linux: linux, os-other: other misc unknown ) !default;
Version data entries
5 entries across 5 versions & 1 rubygems