Ready to merge
This commit is contained in:
@@ -375,6 +375,43 @@ input {
|
||||
}*/
|
||||
}
|
||||
|
||||
.input-field.other-field label {
|
||||
|
||||
input {
|
||||
float: left;
|
||||
margin: 0.33em 0;
|
||||
|
||||
&:checked {
|
||||
+ div input {
|
||||
//display: block;
|
||||
z-index: 1;
|
||||
@include _(opacity, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
float: left;
|
||||
position: relative;
|
||||
margin: 0 0.25em;
|
||||
font-size: 1em;
|
||||
|
||||
input {
|
||||
//display: none;
|
||||
@include _(opacity, 0);
|
||||
@include _(transition, opacity 250ms ease-in-out);
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
width: auto;
|
||||
margin: 0;
|
||||
border: 1px solid #CCC;
|
||||
height: 1.5em;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.number-field {
|
||||
display: inline-block;
|
||||
font-size: 1.5em;
|
||||
@@ -384,6 +421,11 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
.input-field-help {
|
||||
margin-bottom: 1em;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.check-box-field,
|
||||
.radio-button-field {
|
||||
@include clearfix;
|
||||
@@ -502,6 +544,10 @@ input {
|
||||
height: 5em;
|
||||
}
|
||||
}
|
||||
.single-check-box-field,
|
||||
.single-radio-button-field {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.date-span {
|
||||
margin-left: 1em;
|
||||
@@ -1088,6 +1134,22 @@ $header-tilt: 8deg;
|
||||
@include font-family(primary);
|
||||
}
|
||||
}
|
||||
|
||||
.current {
|
||||
@include before {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
left: -1.5em;
|
||||
top: 0.6667em;
|
||||
border-width: 1em 0 1em 1em;
|
||||
border-color: transparent transparent transparent #333;
|
||||
border-style: solid;
|
||||
font-size: 0.25em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#lingua-franca-keys {
|
||||
@@ -1770,7 +1832,7 @@ html #lingua-franca-translation-form {
|
||||
|
||||
.email-preview {
|
||||
max-width: 40rem;
|
||||
margin-top: 2em;
|
||||
margin: 2em auto 0;
|
||||
padding: 0.25em 1em;
|
||||
background-color: #F8F8F8;
|
||||
@include default-box-shadow(top, 2, true);
|
||||
@@ -1829,6 +1891,7 @@ html #lingua-franca-translation-form {
|
||||
@include _(transition, transform 150ms ease-in-out);
|
||||
|
||||
&:hover, &:focus, &:active {
|
||||
z-index: 1;
|
||||
@include _(transform, scale(1.1));
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome for Android 42 (approximately 13.77% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: and_chr;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 42;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": a,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox for Android 39 (approximately 0.14% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: and_ff;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 39;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": n,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": y,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": yx,
|
||||
"web-animation": n,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": p,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": yx,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Android Browser 40 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 40;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 45 (approximately 0.19% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 45;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"font-size-adjust": nd,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": u,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 46 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 46;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"font-size-adjust": nd,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": u,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Chrome 47 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 47;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"font-size-adjust": nd,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": u,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Edge 1 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: edge;
|
||||
$browser_prefix: ms;
|
||||
$browser_version: 1;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": a,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": y,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": y,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": n,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": p,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": a,
|
||||
"wav": y,
|
||||
"mathml": n,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": n,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": p,
|
||||
"mpeg4": y,
|
||||
"ogv": p,
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": n,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": y,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": ax,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": a,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": y,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": y,
|
||||
"css-exclusions": yx,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": a,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": nd,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": y,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": y,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": y,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": ax,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": a,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": n,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": y,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": a,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": a,
|
||||
"css-logical-props": n,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": ax,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": y,
|
||||
"ime": yx,
|
||||
"font-smooth": n,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 40 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 40;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": u,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": nd,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": nd,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": y,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 41 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 41;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": u,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": nd,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": y,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": nd,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": y,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Firefox 42 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 42;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": u,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": nd,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": y,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": nd,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": y,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: iOS Safari 8.1-8.4 (approximately 6.42% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: ios_saf;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 8.1-8.4;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": a,
|
||||
"object-fit": a,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": n,
|
||||
"audio-api": yx,
|
||||
"css-regions": yx,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": a,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": yx,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": y,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": yx,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": a,
|
||||
"css-mixblendmode": a,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": ax,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": n,
|
||||
"srcset": a,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": yx,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": a,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": yx,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": n,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": y,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: iOS Safari 9 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: ios_saf;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 9;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": y,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": n,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": y,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": a,
|
||||
"object-fit": a,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": yx,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": a,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": yx,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": y,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": yx,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": a,
|
||||
"css-mixblendmode": a,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": ax,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": n,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": yx,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": a,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": yx,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": n,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": yx,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": y,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Opera Mobile 30 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: op_mob;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 30;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": n,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Opera 30 (approximately 0.43% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: opera;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 30;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Opera 31 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: opera;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 31;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Opera 32 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: opera;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 32;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../application
|
||||
* Browser: Safari 9 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: safari;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 9;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": y,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": n,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": y,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": p,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": a,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": n,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": yx,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": yx,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": y,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": yx,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": a,
|
||||
"css-mixblendmode": a,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": ax,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": n,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": yx,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": yx,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": u,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": y,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../application";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome for Android 42 (approximately 13.77% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: and_chr;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 42;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": a,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox for Android 39 (approximately 0.14% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: and_ff;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 39;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": n,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": y,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": yx,
|
||||
"web-animation": n,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": p,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": yx,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Android Browser 40 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 40;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 45 (approximately 0.19% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 45;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"font-size-adjust": nd,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": u,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 46 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 46;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"font-size-adjust": nd,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": u,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 47 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 47;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"font-size-adjust": nd,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": u,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Edge 1 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: edge;
|
||||
$browser_prefix: ms;
|
||||
$browser_version: 1;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": a,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": y,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": y,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": n,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": p,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": a,
|
||||
"wav": y,
|
||||
"mathml": n,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": n,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": p,
|
||||
"mpeg4": y,
|
||||
"ogv": p,
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": n,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": y,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": ax,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": a,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": y,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": y,
|
||||
"css-exclusions": yx,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": a,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": nd,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": y,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": y,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": y,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": ax,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": a,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": n,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": y,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": a,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": a,
|
||||
"css-logical-props": n,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": ax,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": y,
|
||||
"ime": yx,
|
||||
"font-smooth": n,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 40 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 40;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": u,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": nd,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": nd,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": y,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 41 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 41;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": u,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": nd,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": y,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": nd,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": y,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 42 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 42;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": u,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": nd,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": y,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": nd,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": y,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: iOS Safari 8.1-8.4 (approximately 6.42% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: ios_saf;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 8.1-8.4;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": a,
|
||||
"object-fit": a,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": n,
|
||||
"audio-api": yx,
|
||||
"css-regions": yx,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": a,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": yx,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": y,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": yx,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": a,
|
||||
"css-mixblendmode": a,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": ax,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": n,
|
||||
"srcset": a,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": yx,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": a,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": yx,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": n,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": y,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: iOS Safari 9 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: ios_saf;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 9;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": y,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": n,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": y,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": a,
|
||||
"object-fit": a,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": yx,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": a,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": yx,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": y,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": yx,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": a,
|
||||
"css-mixblendmode": a,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": ax,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": n,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": yx,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": a,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": yx,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": n,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": yx,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": y,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Opera Mobile 30 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: op_mob;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 30;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": n,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Opera 30 (approximately 0.43% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: opera;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 30;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Opera 31 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: opera;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 31;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Opera 32 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: opera;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 32;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,279 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Safari 9 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: safari;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 9;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": y,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": n,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": y,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": p,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": a,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": n,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": yx,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": yx,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": y,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": yx,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": a,
|
||||
"css-mixblendmode": a,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": ax,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": n,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": yx,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": yx,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": u,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": y,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Chrome for Android 42 (approximately 13.77% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: and_chr;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 42;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": a,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Firefox for Android 39 (approximately 0.14% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: and_ff;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 39;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": n,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": y,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": yx,
|
||||
"web-animation": n,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": p,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": yx,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Android Browser 40 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 40;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Chrome 45 (approximately 0.19% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 45;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"font-size-adjust": nd,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": u,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Chrome 46 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 46;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"font-size-adjust": nd,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": u,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Chrome 47 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 47;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": u,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": u,
|
||||
"font-size-adjust": nd,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": u,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Edge 1 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: edge;
|
||||
$browser_prefix: ms;
|
||||
$browser_version: 1;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": a,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": y,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": y,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": n,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": p,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": a,
|
||||
"wav": y,
|
||||
"mathml": n,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": n,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": p,
|
||||
"mpeg4": y,
|
||||
"ogv": p,
|
||||
"wordwrap": a,
|
||||
"progressmeter": a,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": n,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": y,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": ax,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": a,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": y,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": y,
|
||||
"css-exclusions": yx,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": a,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": nd,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": y,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": y,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": y,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": ax,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": a,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": n,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": y,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": a,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": n,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": a,
|
||||
"css-logical-props": n,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": ax,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": y,
|
||||
"ime": yx,
|
||||
"font-smooth": n,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Firefox 40 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 40;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": u,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": nd,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": nd,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": y,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Firefox 41 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 41;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": u,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": nd,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": y,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": nd,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": y,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Firefox 42 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 42;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": y,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": u,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": nd,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": y,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": u,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": u,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": y,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": y,
|
||||
"user-select-none": yx,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": nd,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": yx,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": y,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": nd,
|
||||
"text-decoration": y,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": u,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": nd,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": nd,
|
||||
"font-unicode-range": nd,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": y,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": n,
|
||||
"css-boxdecorationbreak": y,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": a,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": y,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": y,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: iOS Safari 8.1-8.4 (approximately 6.42% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: ios_saf;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 8.1-8.4;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": a,
|
||||
"object-fit": a,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": n,
|
||||
"audio-api": yx,
|
||||
"css-regions": yx,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": a,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": yx,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": y,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": yx,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": a,
|
||||
"css-mixblendmode": a,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": ax,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": n,
|
||||
"srcset": a,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": yx,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": a,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": yx,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": n,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": y,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: iOS Safari 9 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: ios_saf;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 9;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": y,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": n,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": y,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": a,
|
||||
"object-fit": a,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": yx,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": a,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": yx,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": y,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": yx,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": a,
|
||||
"css-mixblendmode": a,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": ax,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": n,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": yx,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": a,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": yx,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": n,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": yx,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": y,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Opera Mobile 30 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: op_mob;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 30;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": n,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Opera 30 (approximately 0.43% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: opera;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 30;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Opera 31 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: opera;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 31;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Opera 32 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: opera;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 32;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": y,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": y,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": a,
|
||||
"fileapi": y,
|
||||
"shadowdom": y,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": pd,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": y,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"input-color": y,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": y,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": y,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": y,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": y,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": y,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": a,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": y,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": y,
|
||||
"woff2": y,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": a,
|
||||
"resource-timing": y,
|
||||
"custom-elements": y,
|
||||
"imports": y,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": y,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": y,
|
||||
"font-loading": y,
|
||||
"font-unicode-range": y,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": y,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": y,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": y,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": y,
|
||||
"permissions-api": y,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
@@ -0,0 +1,280 @@
|
||||
/*
|
||||
* web-fonts
|
||||
* Browser: Safari 9 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: safari;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 9;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$bumbleberry-no-markup: true;
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": y,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": y,
|
||||
"background-img-opts": y,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": y,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": y,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": y,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": n,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": a,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": y,
|
||||
"css-featurequeries": y,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": y,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": p,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"progressmeter": y,
|
||||
"object-fit": a,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": y,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": y,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": n,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": yx,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"input-color": n,
|
||||
"input-number": y,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": yx,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": y,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": yx,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": a,
|
||||
"css-mixblendmode": a,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": ax,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": n,
|
||||
"srcset": y,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": yx,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": p,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": yx,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": y,
|
||||
"css-image-set": yx,
|
||||
"css-boxdecorationbreak": ax,
|
||||
"object-observe": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": a,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": yx,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": u,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": y,
|
||||
"videotracks": y,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": y,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "web-fonts";
|
||||
Reference in New Issue
Block a user