Style changes and enabled Spanish
Style changes and enabled Spanish
This commit is contained in:
commit
29235633a6
28
Gemfile
28
Gemfile
@ -2,10 +2,13 @@ source 'http://rubygems.org'
|
||||
|
||||
gem 'rails', '4.2.0'
|
||||
gem 'pg'
|
||||
|
||||
gem 'rack-mini-profiler'
|
||||
|
||||
gem 'haml'
|
||||
gem 'jquery-rails'
|
||||
gem 'jquery-ui-rails'
|
||||
gem 'coffee-rails', '~> 4.0.0'
|
||||
# gem 'jquery-rails'
|
||||
# gem 'jquery-ui-rails'
|
||||
# gem 'coffee-rails', '~> 4.0.0'
|
||||
gem 'nokogiri', '~> 1.6.8.rc2'
|
||||
|
||||
if Dir.exists?('../lingua_franca')
|
||||
@ -30,8 +33,8 @@ gem 'oauth2', '~> 0.8.0'
|
||||
gem 'carrierwave'
|
||||
gem 'carrierwave-imageoptimizer'
|
||||
gem 'mini_magick'
|
||||
gem 'nested_form'
|
||||
gem 'acts_as_list'
|
||||
# gem 'nested_form'
|
||||
# gem 'acts_as_list'
|
||||
gem 'geocoder'
|
||||
gem 'paper_trail', '~> 3.0.5'
|
||||
gem 'sitemap_generator'
|
||||
@ -43,17 +46,17 @@ gem 'redcarpet'
|
||||
|
||||
gem 'copydb'
|
||||
|
||||
group :development, :test do
|
||||
group :test do
|
||||
gem 'rspec'
|
||||
gem 'rspec-rails'
|
||||
end
|
||||
|
||||
group :development do
|
||||
gem 'better_errors'
|
||||
gem 'binding_of_caller'
|
||||
gem 'meta_request'
|
||||
gem 'haml-rails'
|
||||
gem 'awesome_print'
|
||||
gem 'better_errors'
|
||||
gem 'binding_of_caller'
|
||||
gem 'meta_request'
|
||||
# gem 'haml-rails'
|
||||
# gem 'awesome_print'
|
||||
end
|
||||
|
||||
group :test do
|
||||
@ -61,9 +64,6 @@ group :test do
|
||||
gem 'cucumber'
|
||||
gem 'cucumber-core'
|
||||
gem 'cucumber-rails'
|
||||
gem 'cucumber'
|
||||
gem 'cucumber-core'
|
||||
gem 'cucumber-rails'
|
||||
|
||||
gem 'poltergeist'
|
||||
gem 'guard-rspec'
|
||||
|
@ -10,7 +10,7 @@ html, body {
|
||||
}
|
||||
|
||||
body {
|
||||
padding-bottom: 15vw;
|
||||
padding-bottom: 20vw;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, label, button, .button, dt, th, nav.sub-menu {
|
||||
@ -846,18 +846,30 @@ $header-tilt: 8deg;
|
||||
|
||||
#footer {
|
||||
padding: 1em;
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.github,
|
||||
ul.locales {
|
||||
flex: 1;
|
||||
flex-basis: 50%;
|
||||
}
|
||||
|
||||
.copy {
|
||||
@include clearfix;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
|
||||
a {
|
||||
float: right;
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
|
||||
.facebook{
|
||||
float: left;
|
||||
.facebook {
|
||||
flex: 0;
|
||||
margin: 0.5em;
|
||||
|
||||
a {
|
||||
@ -893,7 +905,6 @@ $header-tilt: 8deg;
|
||||
text-align: center;
|
||||
z-index: $zindex-base + 2;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 3em;
|
||||
|
||||
a {
|
||||
margin: 0 0.5em;
|
||||
@ -915,7 +926,6 @@ $header-tilt: 8deg;
|
||||
}
|
||||
|
||||
ul.locales {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
@ -1130,8 +1140,9 @@ $header-tilt: 8deg;
|
||||
|
||||
#footer {
|
||||
.github {
|
||||
flex: none;
|
||||
flex-basis: auto;
|
||||
bottom: 0.5em;
|
||||
//left: 4em;
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
margin-left: 0;
|
||||
@ -1139,6 +1150,11 @@ $header-tilt: 8deg;
|
||||
.facebook {
|
||||
margin: 0 1em 0 0;
|
||||
}
|
||||
ul.locales {
|
||||
flex: none;
|
||||
flex-basis: auto;
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: UC Browser for Android 9.9 (approximately 9.17% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: and_uc;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 9.9;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": y,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"css-hyphens": ax,
|
||||
"css-transitions": yx,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": n,
|
||||
"css-masks": ax,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": n,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": a,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": n,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": a,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": yx,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": n,
|
||||
"input-color": a,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": y,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": n,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": y,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": yx,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": y,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": ax,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"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": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": u,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": a,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": n,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": y,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Android Browser 2.1 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 2.1;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": a,
|
||||
"audio": n,
|
||||
"contenteditable": n,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": n,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": n,
|
||||
"eot": n,
|
||||
"woff": n,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": ax,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": a,
|
||||
"beacon": n,
|
||||
"hashchange": n,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": ax,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": yx,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": ax,
|
||||
"css-gradients": ax,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": n,
|
||||
"svg-css": n,
|
||||
"svg-smil": n,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": n,
|
||||
"svg-html": n,
|
||||
"svg-html5": n,
|
||||
"canvas": a,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": u,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": u,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": n,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": n,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": n,
|
||||
"json": y,
|
||||
"classlist": p,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": n,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": n,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": n,
|
||||
"touch": y,
|
||||
"matchesselector": n,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": n,
|
||||
"filereader": n,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": n,
|
||||
"script-defer": n,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": u,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": n,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": n,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"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": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": u,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": a,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": u,
|
||||
"ogg-vorbis": u,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": u,
|
||||
"const": u,
|
||||
"css-all": n,
|
||||
"css-initial-value": u,
|
||||
"css-letter-spacing": u,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": u,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": n,
|
||||
"textcontent": u,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": u,
|
||||
"documenthead": u,
|
||||
"innertext": u,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": u,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": u,
|
||||
"keyboardevent-charcode": u,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": u,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": u,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": u,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Android Browser 2.2 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 2.2;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": a,
|
||||
"audio": n,
|
||||
"contenteditable": n,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": n,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": n,
|
||||
"fontface": a,
|
||||
"eot": n,
|
||||
"woff": n,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": ax,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": a,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": ax,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": ax,
|
||||
"css-gradients": ax,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": n,
|
||||
"svg-css": n,
|
||||
"svg-smil": n,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": n,
|
||||
"svg-html": n,
|
||||
"svg-html5": n,
|
||||
"canvas": a,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": u,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": u,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": n,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": n,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": p,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": n,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": n,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": n,
|
||||
"filereader": n,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": n,
|
||||
"script-defer": n,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": u,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": n,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": n,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"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": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": u,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": a,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": u,
|
||||
"ogg-vorbis": u,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": u,
|
||||
"const": u,
|
||||
"css-all": n,
|
||||
"css-initial-value": u,
|
||||
"css-letter-spacing": u,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": u,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": n,
|
||||
"textcontent": u,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": u,
|
||||
"documenthead": u,
|
||||
"innertext": u,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": a,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": u,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": u,
|
||||
"keyboardevent-charcode": u,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": u,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": u,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": u,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Android Browser 2.3 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 2.3;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": n,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": n,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"offline-apps": y,
|
||||
"webworkers": n,
|
||||
"fontface": a,
|
||||
"eot": n,
|
||||
"woff": n,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": ax,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": a,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": ax,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": ax,
|
||||
"css-gradients": ax,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": n,
|
||||
"svg-css": n,
|
||||
"svg-smil": n,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": n,
|
||||
"svg-html": n,
|
||||
"svg-html5": n,
|
||||
"canvas": a,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": n,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": n,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": p,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": n,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": n,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": n,
|
||||
"filereader": n,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": n,
|
||||
"script-defer": n,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": n,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"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": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": a,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": a,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": n,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": a,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Android Browser 3.0 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 3.0;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": n,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"offline-apps": y,
|
||||
"webworkers": n,
|
||||
"fontface": a,
|
||||
"eot": n,
|
||||
"woff": n,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": ax,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": ax,
|
||||
"css-gradients": ax,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": a,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": n,
|
||||
"svg-html": n,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": n,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": n,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": a,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": a,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Android Browser 4.1 (approximately 0.33% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 4.1;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": n,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"offline-apps": y,
|
||||
"webworkers": n,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": n,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"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": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": a,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": n,
|
||||
"svg-html": n,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": n,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": n,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": a,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": p,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": a,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": a,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Android Browser 4.2 (approximately 0.78% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 4.2;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": n,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"offline-apps": y,
|
||||
"webworkers": n,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": n,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"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": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": a,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": n,
|
||||
"svg-html": n,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": n,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"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": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": p,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": a,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": a,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Android Browser 4.4 (approximately 0.93% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 4.4;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": 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": 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": n,
|
||||
"fileapi": y,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": a,
|
||||
"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,
|
||||
"pointerlock": n,
|
||||
"object-fit": y,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": n,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"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": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": y,
|
||||
"custom-elements": y,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"css-media-resolution": y,
|
||||
"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": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"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": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": a,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Android Browser 4.4 (approximately 1.69% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 4.4;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": 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": 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": n,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": a,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": n,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"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": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": y,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"css-media-resolution": y,
|
||||
"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": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": a,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Android Browser 4.0 (approximately 0.1% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: android;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 4.0;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": n,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"offline-apps": y,
|
||||
"webworkers": n,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": n,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"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": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": a,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": n,
|
||||
"svg-html": n,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": n,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": n,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": a,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": a,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": a,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": p,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": n,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": a,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": n,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": a,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Blackberry Browser 10.0 (approximately 0.0% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: bb;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 10.0;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"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": n,
|
||||
"svg": y,
|
||||
"svg-css": y,
|
||||
"svg-smil": y,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"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": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": n,
|
||||
"geolocation": y,
|
||||
"flexbox": y,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"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": n,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": y,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": y,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": y,
|
||||
"input-color": y,
|
||||
"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": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": y,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"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": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": u,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"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": a,
|
||||
"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": ax,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Blackberry Browser 7.0 (approximately 0.08% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: bb;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 7.0;
|
||||
$browser_type: mobile;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": n,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": n,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": a,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"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": a,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": ax,
|
||||
"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": n,
|
||||
"svg-html": n,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": a,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": n,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": n,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": a,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": y,
|
||||
"ogv": n,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": n,
|
||||
"filereader": n,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": n,
|
||||
"script-defer": y,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": a,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": y,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": n,
|
||||
"css-selection": n,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": n,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"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": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": a,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": n,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": u,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 10.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 10.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"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": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": n,
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": ax,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": yx,
|
||||
"audio-api": yx,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": u,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": u,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 11.0 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 11.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"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": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": ax,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": yx,
|
||||
"audio-api": yx,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": u,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": u,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 12.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 12.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"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": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": ax,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": yx,
|
||||
"audio-api": yx,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": u,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 13.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 13.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": u,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": u,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 14.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 14.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": u,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": u,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 15.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 15.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": yx,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 16.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 16.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 17.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 17.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": yx,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 18.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 18.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": ax,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 19.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 19.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": u,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": u,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 20.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 20.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": yx,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": nd,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 21.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 21.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"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": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": nd,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": u,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": yx,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": nd,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": yx,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"css-image-set": yx,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 22.0 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 22.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": ax,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"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": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": y,
|
||||
"filereader": y,
|
||||
"filesystem": yx,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": u,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": yx,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": nd,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": yx,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 23.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 23.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": yx,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"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": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": u,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": yx,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": nd,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": yx,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 24.0 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 24.0;
|
||||
$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": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": y,
|
||||
"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": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": u,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": nd,
|
||||
"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": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": nd,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": yx,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 25.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 25.0;
|
||||
$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": a,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"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": y,
|
||||
"online-status": y,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"css-filters": yx,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": a,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": u,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": nd,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": y,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 26.0 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 26.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"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": 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": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"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": a,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": yx,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": nd,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": y,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 27.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 27.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"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": 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": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": yx,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"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": a,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": y,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": a,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"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": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": y,
|
||||
"custom-elements": nd,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": ax,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": a,
|
||||
"gamepad": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 28.0 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 28.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"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": 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": yx,
|
||||
"webgl": y,
|
||||
"fileapi": a,
|
||||
"shadowdom": yx,
|
||||
"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,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": y,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": y,
|
||||
"stream": ax,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"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": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": y,
|
||||
"custom-elements": nd,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 29.0 (approximately 0.68% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 29.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"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": 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": a,
|
||||
"shadowdom": yx,
|
||||
"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,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"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": ax,
|
||||
"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": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": y,
|
||||
"custom-elements": nd,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": y,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": y,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 30.0 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 30.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"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": 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": a,
|
||||
"shadowdom": yx,
|
||||
"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,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"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": ax,
|
||||
"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": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": y,
|
||||
"custom-elements": nd,
|
||||
"imports": nd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": 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": n,
|
||||
"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": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 31.0 (approximately 0.2% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 31.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"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": 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": a,
|
||||
"shadowdom": yx,
|
||||
"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,
|
||||
"pointerlock": yx,
|
||||
"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": ax,
|
||||
"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": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": p,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": y,
|
||||
"custom-elements": nd,
|
||||
"imports": nd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": 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": n,
|
||||
"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": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 32.0 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 32.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"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": 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": a,
|
||||
"shadowdom": yx,
|
||||
"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,
|
||||
"pointerlock": yx,
|
||||
"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": ax,
|
||||
"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": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": a,
|
||||
"css-sticky": nd,
|
||||
"dialog": nd,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": y,
|
||||
"custom-elements": nd,
|
||||
"imports": nd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": 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": n,
|
||||
"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": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": yx,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 33.0 (approximately 0.08% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 33.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"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": 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": a,
|
||||
"shadowdom": yx,
|
||||
"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,
|
||||
"pointerlock": yx,
|
||||
"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": ax,
|
||||
"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": yx,
|
||||
"css-regions": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": nd,
|
||||
"dialog": nd,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": y,
|
||||
"custom-elements": y,
|
||||
"imports": nd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": 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": n,
|
||||
"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": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 34.0 (approximately 0.06% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 34.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"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": 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": a,
|
||||
"shadowdom": yx,
|
||||
"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,
|
||||
"pointerlock": yx,
|
||||
"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": nd,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": y,
|
||||
"document-execcommand": 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": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": nd,
|
||||
"dialog": nd,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": nd,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": a,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": nd,
|
||||
"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": y,
|
||||
"custom-elements": y,
|
||||
"imports": nd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": 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": n,
|
||||
"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": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 35.0 (approximately 0.08% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 35.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"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": 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": a,
|
||||
"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,
|
||||
"pointerlock": yx,
|
||||
"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,
|
||||
"document-execcommand": 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": nd,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": nd,
|
||||
"dialog": nd,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": nd,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": a,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": nd,
|
||||
"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": y,
|
||||
"custom-elements": y,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": y,
|
||||
"font-unicode-range": a,
|
||||
"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": n,
|
||||
"css-at-counter-style": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 36.0 (approximately 0.07% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 36.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"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": 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": a,
|
||||
"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,
|
||||
"pointerlock": yx,
|
||||
"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,
|
||||
"document-execcommand": 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": nd,
|
||||
"svg-fragment": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": p,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"canvas-blending": y,
|
||||
"clipboard": a,
|
||||
"rtcpeerconnection": yx,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": y,
|
||||
"promises": y,
|
||||
"css-sticky": nd,
|
||||
"dialog": nd,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": nd,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": a,
|
||||
"ambient-light": n,
|
||||
"will-change": y,
|
||||
"css-shapes": nd,
|
||||
"domcontentloaded": y,
|
||||
"proximity": n,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": n,
|
||||
"picture": n,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": 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": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 37.0 (approximately 0.06% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 37.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"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": 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": a,
|
||||
"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,
|
||||
"pointerlock": 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,
|
||||
"document-execcommand": 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": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"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": nd,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": nd,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": nxd,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": y,
|
||||
"user-timing": y,
|
||||
"srcset": a,
|
||||
"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": nd,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": 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": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": nd,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 38.0 (approximately 0.06% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 38.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"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": 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,
|
||||
"pointerlock": 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,
|
||||
"document-execcommand": 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": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"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": nd,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": n,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 39.0 (approximately 0.12% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 39.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": 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": 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,
|
||||
"pointerlock": 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,
|
||||
"document-execcommand": 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": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"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": nd,
|
||||
"speech-recognition": ax,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": y,
|
||||
"serviceworkers": n,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": y,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 4.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 4.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": n,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": p,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": yx,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": ax,
|
||||
"css-canvas": yx,
|
||||
"css-reflections": yx,
|
||||
"css-masks": ax,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"svg-smil": a,
|
||||
"svg-fonts": y,
|
||||
"svg-filters": n,
|
||||
"svg-html": a,
|
||||
"svg-html5": p,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": n,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": a,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": n,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": n,
|
||||
"json": y,
|
||||
"classlist": p,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": u,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": n,
|
||||
"filereader": n,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": n,
|
||||
"script-defer": n,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": n,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": n,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": a,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": n,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": a,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": n,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 40.0 (approximately 0.09% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 40.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": 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": 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,
|
||||
"pointerlock": 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,
|
||||
"document-execcommand": 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": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"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": nd,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"css-text-align-last": nd,
|
||||
"css-logical-props": ax,
|
||||
"fetch": a,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": y,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": y,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 41.0 (approximately 0.12% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 41.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": 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": 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,
|
||||
"pointerlock": 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": nd,
|
||||
"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,
|
||||
"document-execcommand": 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": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": yx,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": a,
|
||||
"mutationobserver": y,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": nd,
|
||||
"text-emphasis": ax,
|
||||
"midi": n,
|
||||
"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": 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": ax,
|
||||
"objectrtc": n,
|
||||
"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": a,
|
||||
"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": 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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": a,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": nd,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": y,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 42.0 (approximately 0.12% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 42.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": 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": 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,
|
||||
"pointerlock": 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": nd,
|
||||
"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,
|
||||
"document-execcommand": 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": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"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": n,
|
||||
"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": 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": ax,
|
||||
"objectrtc": n,
|
||||
"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": 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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": a,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": nd,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": nd,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": y,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 43.0 (approximately 0.35% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 43.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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,
|
||||
"pointerlock": 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": nd,
|
||||
"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,
|
||||
"document-execcommand": 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": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"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": n,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": nd,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": a,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": nd,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": nd,
|
||||
"css-scroll-behavior": nd,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": nd,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": y,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 44.0 (approximately 0.19% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 44.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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,
|
||||
"pointerlock": 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": nd,
|
||||
"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,
|
||||
"document-execcommand": 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": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"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": n,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": nd,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": a,
|
||||
"arrow-functions": n,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": nd,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": nd,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": nd,
|
||||
"css-scroll-behavior": nd,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": a,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": nd,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": y,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 45.0 (approximately 0.56% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 45.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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,
|
||||
"pointerlock": 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": nd,
|
||||
"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,
|
||||
"document-execcommand": 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": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"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": n,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": nd,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": a,
|
||||
"arrow-functions": y,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": nd,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": nd,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": nd,
|
||||
"css-scroll-behavior": nd,
|
||||
"subresource-integrity": y,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": a,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": nd,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": nd,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": y,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 46.0 (approximately 0.25% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 46.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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,
|
||||
"pointerlock": 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": nd,
|
||||
"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,
|
||||
"document-execcommand": 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": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": y,
|
||||
"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": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": a,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": nd,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": a,
|
||||
"arrow-functions": y,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": nd,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": y,
|
||||
"link-rel-preconnect": y,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": nd,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": y,
|
||||
"css-scroll-behavior": nd,
|
||||
"subresource-integrity": y,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": a,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": nd,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": nd,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": y,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 47.0 (approximately 0.49% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 47.0;
|
||||
$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,
|
||||
"css-line-clamp": yx,
|
||||
"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": nd,
|
||||
"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,
|
||||
"pointerlock": 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": nd,
|
||||
"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,
|
||||
"document-execcommand": 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": a,
|
||||
"outline": y,
|
||||
"download": y,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": y,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": y,
|
||||
"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": n,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": nd,
|
||||
"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": y,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": y,
|
||||
"css-text-align-last": y,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": y,
|
||||
"aac": y,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": a,
|
||||
"arrow-functions": y,
|
||||
"asmjs": a,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": y,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": yx,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": y,
|
||||
"link-rel-preconnect": y,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": nd,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": y,
|
||||
"css-scroll-behavior": nd,
|
||||
"subresource-integrity": y,
|
||||
"css-in-out-of-range": a,
|
||||
"push-api": a,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": y,
|
||||
"web-bluetooth": nd,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": y,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": nd,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": a,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": y,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 5.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 5.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": ax,
|
||||
"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": a,
|
||||
"svg-html": a,
|
||||
"svg-html5": p,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": n,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": n,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": n,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": p,
|
||||
"text-overflow": y,
|
||||
"webm": n,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": u,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": n,
|
||||
"filereader": n,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": n,
|
||||
"script-defer": n,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": n,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": u,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": u,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": u,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 6.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 6.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": ax,
|
||||
"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": a,
|
||||
"svg-html": a,
|
||||
"svg-html5": p,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": p,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": u,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": n,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": n,
|
||||
"script-defer": n,
|
||||
"nav-timing": yx,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": n,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": u,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": u,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": u,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 7.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 7.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": ax,
|
||||
"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": a,
|
||||
"svg-html": a,
|
||||
"svg-html5": y,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": y,
|
||||
"indexeddb": p,
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": p,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": n,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": n,
|
||||
"nav-timing": yx,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": n,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": u,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": n,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": u,
|
||||
"customevent": u,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": u,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 8.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 8.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": ax,
|
||||
"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": p,
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": ax,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": yx,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": n,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": u,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": u,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": u,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": u,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Chrome 9.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: chrome;
|
||||
$browser_prefix: webkit;
|
||||
$browser_version: 9.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": y,
|
||||
"audio": y,
|
||||
"contenteditable": y,
|
||||
"dragndrop": y,
|
||||
"internationalization": n,
|
||||
"queryselector": y,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": a,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": u,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": a,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": n,
|
||||
"css-animation": yx,
|
||||
"css-gradients": ax,
|
||||
"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": p,
|
||||
"online-status": n,
|
||||
"eventsource": y,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": y,
|
||||
"mathml": p,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": a,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": a,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": yx,
|
||||
"inline-block": y,
|
||||
"notifications": ax,
|
||||
"stream": n,
|
||||
"svg-img": a,
|
||||
"datalist": p,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": y,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": ax,
|
||||
"bloburls": yx,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": yx,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"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": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": y,
|
||||
"word-break": a,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": a,
|
||||
"input-autocomplete-onoff": n,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": y,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"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": n,
|
||||
"css-media-resolution": ax,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": n,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": a,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": n,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": yx,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": y,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": a,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": u,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": u,
|
||||
"push-api": n,
|
||||
"background-position-x-y": y,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": u,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": yx,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": u,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 10.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 10.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": yx,
|
||||
"online-status": a,
|
||||
"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": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": ax,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 11.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 11.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": yx,
|
||||
"online-status": a,
|
||||
"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": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": yx,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 12.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 12.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": yx,
|
||||
"online-status": a,
|
||||
"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": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": yx,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 13.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 13.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": yx,
|
||||
"online-status": a,
|
||||
"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": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": yx,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 14.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 14.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": yx,
|
||||
"online-status": a,
|
||||
"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": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": yx,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 15.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 15.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": yx,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": yx,
|
||||
"font-feature": yx,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": yx,
|
||||
"online-status": a,
|
||||
"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": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": yx,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": ax,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": y,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 16.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 16.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 17.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 17.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": yx,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 18.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 18.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": y,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": y,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": y,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 19.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 19.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": y,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"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": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 2.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 2.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": n,
|
||||
"video": n,
|
||||
"audio": n,
|
||||
"contenteditable": n,
|
||||
"dragndrop": p,
|
||||
"internationalization": n,
|
||||
"queryselector": p,
|
||||
"getelementsbyclassname": p,
|
||||
"forms": p,
|
||||
"html5semantic": n,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": p,
|
||||
"webworkers": p,
|
||||
"fontface": n,
|
||||
"eot": n,
|
||||
"woff": n,
|
||||
"multibackgrounds": n,
|
||||
"border-image": n,
|
||||
"background-img-opts": n,
|
||||
"css-table": a,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": p,
|
||||
"css-sel2": y,
|
||||
"css-sel3": n,
|
||||
"css-textshadow": n,
|
||||
"css-boxshadow": n,
|
||||
"css3-colors": a,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": n,
|
||||
"multicolumn": ax,
|
||||
"border-radius": ax,
|
||||
"transforms2d": n,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": n,
|
||||
"font-feature": n,
|
||||
"css-animation": n,
|
||||
"css-gradients": n,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": n,
|
||||
"console-basic": n,
|
||||
"svg": a,
|
||||
"svg-css": n,
|
||||
"svg-smil": p,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": n,
|
||||
"svg-html": n,
|
||||
"svg-html5": p,
|
||||
"canvas": a,
|
||||
"canvas-text": p,
|
||||
"namevalue-storage": a,
|
||||
"sql-storage": n,
|
||||
"indexeddb": n,
|
||||
"online-status": n,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": n,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": p,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": n,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": n,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": n,
|
||||
"json": n,
|
||||
"classlist": p,
|
||||
"text-overflow": p,
|
||||
"webm": n,
|
||||
"mpeg4": n,
|
||||
"ogv": n,
|
||||
"wordwrap": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": n,
|
||||
"minmaxwh": y,
|
||||
"details": n,
|
||||
"text-stroke": n,
|
||||
"inline-block": ax,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": n,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": n,
|
||||
"ttf": n,
|
||||
"touch": n,
|
||||
"matchesselector": n,
|
||||
"pointer-events": n,
|
||||
"blobbuilder": n,
|
||||
"filereader": n,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": n,
|
||||
"script-defer": n,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": n,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": n,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": n,
|
||||
"mp3": n,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": n,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": n,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": n,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": a,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": n,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"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": n,
|
||||
"custom-elements": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": n,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": n,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": n,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": n,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": n,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": n,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": ax,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": a,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": n,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": n,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": n,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": a,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": u,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": u,
|
||||
"input-search": n,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": n,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 20.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 20.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"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": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": nd,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 21.0 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 21.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": y,
|
||||
"flexbox": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"xhr2": y,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": yx,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": p,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"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": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": nd,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 22.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 22.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": a,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": yx,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"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": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": nd,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 23.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 23.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"css-animation": y,
|
||||
"css-gradients": y,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": a,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"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": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"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": nd,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": a,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 24.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 24.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"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": 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": a,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": y,
|
||||
"matchesselector": ax,
|
||||
"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": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"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": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": nd,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"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": nd,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": a,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 25.0 (approximately 0.05% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 25.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"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": 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": a,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": ax,
|
||||
"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": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"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": y,
|
||||
"css3-cursors-newer": y,
|
||||
"webvtt": nd,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"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": nd,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": a,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 26.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 26.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"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": 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": a,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": ax,
|
||||
"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": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"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": nd,
|
||||
"promises": p,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": nd,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": a,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 27.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 27.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"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": 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": a,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": ax,
|
||||
"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": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": a,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"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": nd,
|
||||
"promises": a,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": nd,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": a,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 28.0 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 28.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"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": 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": n,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": nd,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": y,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": ax,
|
||||
"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": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": y,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": y,
|
||||
"iframe-sandbox": y,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": y,
|
||||
"css-repeating-gradients": y,
|
||||
"css-filters": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"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": nd,
|
||||
"promises": a,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": a,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": nd,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": y,
|
||||
"css-supports-api": y,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": y,
|
||||
"screen-orientation": ax,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": a,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 29.0 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 29.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"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": 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": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": ax,
|
||||
"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": y,
|
||||
"fullscreen": ax,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": y,
|
||||
"input-range": y,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": 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": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"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": nd,
|
||||
"promises": y,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": nd,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"font-unicode-range": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 3.5 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 3.5;
|
||||
$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": p,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": n,
|
||||
"multibackgrounds": n,
|
||||
"border-image": ax,
|
||||
"background-img-opts": n,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": p,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": yx,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": n,
|
||||
"font-feature": n,
|
||||
"css-animation": n,
|
||||
"css-gradients": n,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": n,
|
||||
"svg-smil": p,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": p,
|
||||
"canvas": a,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": n,
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"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": ax,
|
||||
"webgl": n,
|
||||
"fileapi": n,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": n,
|
||||
"json": y,
|
||||
"classlist": p,
|
||||
"text-overflow": p,
|
||||
"webm": n,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": n,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": n,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": n,
|
||||
"pointer-events": n,
|
||||
"blobbuilder": n,
|
||||
"filereader": n,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": n,
|
||||
"script-defer": y,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": n,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": n,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": n,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": a,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": n,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": ax,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": n,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": n,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": a,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": a,
|
||||
"input-search": n,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": n,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 3.6 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 3.6;
|
||||
$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": p,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"background-img-opts": ax,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": y,
|
||||
"css-sel2": y,
|
||||
"css-sel3": y,
|
||||
"css-textshadow": y,
|
||||
"css-boxshadow": yx,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": yx,
|
||||
"transforms2d": yx,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": n,
|
||||
"font-feature": n,
|
||||
"css-animation": n,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": n,
|
||||
"svg-smil": p,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": y,
|
||||
"svg-html5": p,
|
||||
"canvas": y,
|
||||
"canvas-text": y,
|
||||
"namevalue-storage": y,
|
||||
"sql-storage": n,
|
||||
"indexeddb": n,
|
||||
"online-status": y,
|
||||
"eventsource": n,
|
||||
"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": ax,
|
||||
"webgl": n,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": n,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": p,
|
||||
"webm": n,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": n,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": n,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": n,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": p,
|
||||
"script-defer": y,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": n,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": n,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": n,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": a,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": n,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": ax,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": n,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": n,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": a,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": n,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": n,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 3.0 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 3.0;
|
||||
$browser_type: desktop;
|
||||
|
||||
// CSS Compatibility
|
||||
|
||||
$browser_capabilities: (
|
||||
"png-alpha": y,
|
||||
"apng": y,
|
||||
"video": n,
|
||||
"audio": n,
|
||||
"contenteditable": a,
|
||||
"dragndrop": p,
|
||||
"internationalization": n,
|
||||
"queryselector": p,
|
||||
"getelementsbyclassname": y,
|
||||
"forms": p,
|
||||
"html5semantic": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": a,
|
||||
"webworkers": p,
|
||||
"fontface": n,
|
||||
"eot": n,
|
||||
"woff": n,
|
||||
"multibackgrounds": n,
|
||||
"border-image": n,
|
||||
"background-img-opts": n,
|
||||
"css-table": y,
|
||||
"css-gencontent": y,
|
||||
"css-fixed": y,
|
||||
"beacon": n,
|
||||
"hashchange": p,
|
||||
"css-sel2": y,
|
||||
"css-sel3": n,
|
||||
"css-textshadow": n,
|
||||
"css-boxshadow": n,
|
||||
"css3-colors": y,
|
||||
"css3-boxsizing": yx,
|
||||
"css-mediaqueries": n,
|
||||
"multicolumn": ax,
|
||||
"border-radius": yx,
|
||||
"transforms2d": n,
|
||||
"use-strict": n,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": n,
|
||||
"font-feature": n,
|
||||
"css-animation": n,
|
||||
"css-gradients": n,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": n,
|
||||
"console-basic": n,
|
||||
"svg": y,
|
||||
"svg-css": n,
|
||||
"svg-smil": p,
|
||||
"svg-fonts": n,
|
||||
"svg-filters": y,
|
||||
"svg-html": a,
|
||||
"svg-html5": p,
|
||||
"canvas": a,
|
||||
"canvas-text": p,
|
||||
"namevalue-storage": a,
|
||||
"sql-storage": n,
|
||||
"indexeddb": n,
|
||||
"online-status": n,
|
||||
"eventsource": n,
|
||||
"x-doc-messaging": y,
|
||||
"sni": y,
|
||||
"datauri": y,
|
||||
"wav": n,
|
||||
"mathml": y,
|
||||
"css-featurequeries": n,
|
||||
"xhtml": y,
|
||||
"xhtmlsmil": p,
|
||||
"wai-aria": a,
|
||||
"geolocation": p,
|
||||
"flexbox": ax,
|
||||
"webgl": n,
|
||||
"fileapi": n,
|
||||
"shadowdom": n,
|
||||
"websockets": n,
|
||||
"hidden": n,
|
||||
"script-async": n,
|
||||
"mediasource": n,
|
||||
"cors": n,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": n,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": n,
|
||||
"history": n,
|
||||
"json": n,
|
||||
"classlist": p,
|
||||
"text-overflow": p,
|
||||
"webm": n,
|
||||
"mpeg4": n,
|
||||
"ogv": n,
|
||||
"wordwrap": n,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": n,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": n,
|
||||
"datalist": p,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": n,
|
||||
"ttf": n,
|
||||
"touch": n,
|
||||
"matchesselector": n,
|
||||
"pointer-events": n,
|
||||
"blobbuilder": n,
|
||||
"filereader": n,
|
||||
"filesystem": n,
|
||||
"bloburls": n,
|
||||
"rellist": n,
|
||||
"typedarrays": n,
|
||||
"deviceorientation": n,
|
||||
"script-defer": n,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": n,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": n,
|
||||
"input-placeholder": n,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": n,
|
||||
"css-filters": n,
|
||||
"getcomputedstyle": a,
|
||||
"mp3": n,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": n,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": n,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": n,
|
||||
"webp": n,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": n,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": n,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": a,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": n,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": n,
|
||||
"css-clip-path": n,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": n,
|
||||
"css-media-resolution": n,
|
||||
"xml-serializer": a,
|
||||
"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": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": n,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": n,
|
||||
"fieldset-disabled": n,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": n,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": n,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": ax,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": a,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": n,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": n,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": n,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": a,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": a,
|
||||
"input-search": n,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": u,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": u,
|
||||
"css-optional-pseudo": n,
|
||||
"css-indeterminate-pseudo": u,
|
||||
"webgl2": n,
|
||||
"document-currentscript": n,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 30.0 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 30.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": y,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": y,
|
||||
"transforms3d": y,
|
||||
"sharedworkers": y,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": y,
|
||||
"font-feature": yx,
|
||||
"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": 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": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": ax,
|
||||
"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,
|
||||
"document-execcommand": 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": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"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": nd,
|
||||
"promises": y,
|
||||
"css-sticky": nd,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": n,
|
||||
"custom-elements": pd,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"font-unicode-range": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 31.0 (approximately 0.06% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 31.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"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": 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": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": ax,
|
||||
"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,
|
||||
"document-execcommand": 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": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"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": nd,
|
||||
"dialog": n,
|
||||
"css-variables": y,
|
||||
"vibration": y,
|
||||
"css-backgroundblendmode": y,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": nd,
|
||||
"high-resolution-time": y,
|
||||
"battery-status": a,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": nd,
|
||||
"custom-elements": pd,
|
||||
"imports": p,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"font-unicode-range": n,
|
||||
"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": n,
|
||||
"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": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": a,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 32.0 (approximately 0.03% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 32.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"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": 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": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": ax,
|
||||
"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,
|
||||
"document-execcommand": 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": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": nd,
|
||||
"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": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": n,
|
||||
"resource-timing": nd,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"font-unicode-range": n,
|
||||
"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": n,
|
||||
"css-page-break": a,
|
||||
"css-placeholder-shown": n,
|
||||
"broadcastchannel": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 33.0 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 33.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": yx,
|
||||
"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": 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": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": nd,
|
||||
"matchesselector": ax,
|
||||
"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,
|
||||
"document-execcommand": 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": a,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": nd,
|
||||
"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": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": n,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": nd,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"font-unicode-range": n,
|
||||
"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": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": nd,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": nd,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": nd,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 34.0 (approximately 0.05% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 34.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": 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": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": a,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": 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,
|
||||
"document-execcommand": 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": ad,
|
||||
"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,
|
||||
"input-file-accept": a,
|
||||
"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": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": nd,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": nd,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"font-unicode-range": n,
|
||||
"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": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": nd,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": nd,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 35.0 (approximately 0.05% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 35.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": 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": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"object-fit": n,
|
||||
"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": 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,
|
||||
"document-execcommand": 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": 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,
|
||||
"input-file-accept": a,
|
||||
"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": yx,
|
||||
"iframe-srcdoc": y,
|
||||
"speech-synthesis": nd,
|
||||
"user-timing": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": a,
|
||||
"will-change": nd,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": nd,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"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": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": nd,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": nd,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"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": y,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 36.0 (approximately 0.05% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 36.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": 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": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"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": 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,
|
||||
"document-execcommand": 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": 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,
|
||||
"input-file-accept": a,
|
||||
"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": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": nd,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": nd,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": nd,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": y,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": nd,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": y,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": y,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 37.0 (approximately 0.06% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 37.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": 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": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": y,
|
||||
"text-overflow": y,
|
||||
"webm": y,
|
||||
"mpeg4": y,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": yx,
|
||||
"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": 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,
|
||||
"document-execcommand": 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": 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,
|
||||
"input-file-accept": y,
|
||||
"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": n,
|
||||
"srcset": nd,
|
||||
"ambient-light": a,
|
||||
"will-change": y,
|
||||
"css-shapes": n,
|
||||
"domcontentloaded": y,
|
||||
"proximity": y,
|
||||
"kerning-pairs-ligatures": y,
|
||||
"iframe-seamless": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": nd,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": n,
|
||||
"css-crisp-edges": yx,
|
||||
"css-text-align-last": yx,
|
||||
"css-logical-props": ax,
|
||||
"fetch": nd,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": nd,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": y,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": nd,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": y,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": y,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 38.0 (approximately 0.22% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 38.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": 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,
|
||||
"pointerlock": yx,
|
||||
"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": 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,
|
||||
"document-execcommand": 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": 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,
|
||||
"input-file-accept": y,
|
||||
"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": n,
|
||||
"css-image-orientation": y,
|
||||
"picture": y,
|
||||
"woff2": n,
|
||||
"text-size-adjust": n,
|
||||
"web-animation": ad,
|
||||
"resource-timing": y,
|
||||
"custom-elements": pd,
|
||||
"imports": pd,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"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": nd,
|
||||
"referrer-policy": y,
|
||||
"background-attachment": y,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": ax,
|
||||
"audiotracks": nd,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": y,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": nd,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": y,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": y,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": y,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 39.0 (approximately 0.08% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 39.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": 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,
|
||||
"pointerlock": yx,
|
||||
"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": 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,
|
||||
"document-execcommand": 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": 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,
|
||||
"input-file-accept": y,
|
||||
"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": n,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": nd,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": y,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": nd,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": y,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": y,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": y,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": y,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 4.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 4.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": n,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": ax,
|
||||
"online-status": a,
|
||||
"eventsource": n,
|
||||
"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": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": p,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": n,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": p,
|
||||
"script-defer": y,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": yx,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": n,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 40.0 (approximately 0.08% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 40.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": 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,
|
||||
"pointerlock": yx,
|
||||
"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": pd,
|
||||
"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,
|
||||
"document-execcommand": 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": 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,
|
||||
"input-file-accept": y,
|
||||
"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": n,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": nd,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": y,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": nd,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": y,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": y,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": y,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": y,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 41.0 (approximately 0.09% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 41.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": 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,
|
||||
"pointerlock": 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": pd,
|
||||
"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,
|
||||
"document-execcommand": 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": 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": pd,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"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": n,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": y,
|
||||
"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": nd,
|
||||
"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,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": y,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": y,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": y,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": y,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": y,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": y,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 42.0 (approximately 0.14% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 42.0;
|
||||
$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,
|
||||
"css-line-clamp": n,
|
||||
"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": nd,
|
||||
"websockets": y,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": y,
|
||||
"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,
|
||||
"pointerlock": 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": pd,
|
||||
"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,
|
||||
"document-execcommand": 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": 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": pd,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": y,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": a,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": y,
|
||||
"template": y,
|
||||
"opus": y,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": y,
|
||||
"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": n,
|
||||
"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": ax,
|
||||
"objectrtc": n,
|
||||
"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": y,
|
||||
"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": nd,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": a,
|
||||
"permissions-api": n,
|
||||
"http2": y,
|
||||
"font-kerning": y,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": y,
|
||||
"publickeypinning": y,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": y,
|
||||
"form-attribute": y,
|
||||
"es5": y,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": y,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": a,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": y,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": y,
|
||||
"css-all": y,
|
||||
"css-initial-value": y,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": y,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": y,
|
||||
"asmjs": y,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": y,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": y,
|
||||
"customevent": y,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": y,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": y,
|
||||
"maxlength": y,
|
||||
"proxy": y,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": y,
|
||||
"keyboardevent-location": y,
|
||||
"keyboardevent-getmodifierstate": y,
|
||||
"keyboardevent-key": y,
|
||||
"brotli": n,
|
||||
"element-closest": y,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": y,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": y,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": y,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": nd,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 5.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 5.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": n,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": ax,
|
||||
"online-status": a,
|
||||
"eventsource": n,
|
||||
"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": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": a,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": p,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": a,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": n,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": p,
|
||||
"script-defer": y,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": n,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": n,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": n,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": n,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": n,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 6.0 (approximately 0.04% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 6.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": ax,
|
||||
"online-status": a,
|
||||
"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": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": ax,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": p,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": n,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 7.0 (approximately 0.01% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 7.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": ax,
|
||||
"online-status": a,
|
||||
"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": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": ax,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": n,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": n,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
@ -1,359 +0,0 @@
|
||||
/*
|
||||
* ../translations
|
||||
* Browser: Firefox 8.0 (approximately 0.02% of all users)
|
||||
*
|
||||
*/
|
||||
|
||||
$browser: firefox;
|
||||
$browser_prefix: moz;
|
||||
$browser_version: 8.0;
|
||||
$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": a,
|
||||
"css-line-clamp": n,
|
||||
"offline-apps": y,
|
||||
"webworkers": y,
|
||||
"fontface": y,
|
||||
"eot": n,
|
||||
"woff": y,
|
||||
"multibackgrounds": y,
|
||||
"border-image": ax,
|
||||
"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": yx,
|
||||
"css-mediaqueries": y,
|
||||
"multicolumn": ax,
|
||||
"border-radius": y,
|
||||
"transforms2d": yx,
|
||||
"use-strict": y,
|
||||
"devicepixelratio": n,
|
||||
"transforms3d": n,
|
||||
"sharedworkers": n,
|
||||
"css-hyphens": yx,
|
||||
"css-transitions": yx,
|
||||
"font-feature": ax,
|
||||
"css-animation": yx,
|
||||
"css-gradients": yx,
|
||||
"css-canvas": n,
|
||||
"css-reflections": n,
|
||||
"css-masks": a,
|
||||
"console-basic": y,
|
||||
"svg": y,
|
||||
"svg-css": a,
|
||||
"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": ax,
|
||||
"online-status": a,
|
||||
"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": ax,
|
||||
"webgl": a,
|
||||
"fileapi": a,
|
||||
"shadowdom": n,
|
||||
"websockets": ax,
|
||||
"hidden": y,
|
||||
"script-async": y,
|
||||
"mediasource": n,
|
||||
"cors": y,
|
||||
"css-backdrop-filter": n,
|
||||
"calc": yx,
|
||||
"dom-range": y,
|
||||
"ruby": p,
|
||||
"css-opacity": y,
|
||||
"form-validation": y,
|
||||
"history": y,
|
||||
"json": y,
|
||||
"classlist": a,
|
||||
"text-overflow": y,
|
||||
"webm": a,
|
||||
"mpeg4": n,
|
||||
"ogv": y,
|
||||
"wordwrap": a,
|
||||
"pointerlock": n,
|
||||
"object-fit": n,
|
||||
"xhr2": a,
|
||||
"minmaxwh": y,
|
||||
"details": p,
|
||||
"text-stroke": n,
|
||||
"inline-block": y,
|
||||
"notifications": n,
|
||||
"stream": n,
|
||||
"svg-img": y,
|
||||
"datalist": a,
|
||||
"dataset": y,
|
||||
"css-grid": n,
|
||||
"menu": a,
|
||||
"css-zoom": n,
|
||||
"rem": y,
|
||||
"ttf": y,
|
||||
"touch": a,
|
||||
"matchesselector": ax,
|
||||
"pointer-events": y,
|
||||
"blobbuilder": ax,
|
||||
"filereader": y,
|
||||
"filesystem": n,
|
||||
"bloburls": y,
|
||||
"rellist": n,
|
||||
"typedarrays": y,
|
||||
"deviceorientation": a,
|
||||
"script-defer": y,
|
||||
"nav-timing": y,
|
||||
"audio-api": n,
|
||||
"css-regions": n,
|
||||
"spellcheck-attribute": y,
|
||||
"fullscreen": n,
|
||||
"css-exclusions": n,
|
||||
"requestanimationframe": ax,
|
||||
"input-range": n,
|
||||
"matchmedia": y,
|
||||
"input-datetime": n,
|
||||
"document-execcommand": n,
|
||||
"input-color": n,
|
||||
"input-number": n,
|
||||
"getboundingclientrect": a,
|
||||
"iframe-sandbox": n,
|
||||
"css-counters": y,
|
||||
"css-resize": y,
|
||||
"input-placeholder": y,
|
||||
"spdy": n,
|
||||
"css-repeating-gradients": yx,
|
||||
"css-filters": a,
|
||||
"getcomputedstyle": y,
|
||||
"mp3": a,
|
||||
"word-break": n,
|
||||
"viewport-units": n,
|
||||
"contentsecuritypolicy": y,
|
||||
"pagevisibility": n,
|
||||
"stricttransportsecurity": y,
|
||||
"style-scoped": n,
|
||||
"svg-fragment": n,
|
||||
"outline": y,
|
||||
"download": n,
|
||||
"pointer": p,
|
||||
"user-select-none": yx,
|
||||
"input-file-accept": a,
|
||||
"webp": p,
|
||||
"input-autocomplete-onoff": y,
|
||||
"intrinsic-width": ax,
|
||||
"cryptography": p,
|
||||
"template": n,
|
||||
"opus": n,
|
||||
"jpegxr": n,
|
||||
"channel-messaging": n,
|
||||
"css3-tabsize": ax,
|
||||
"mutationobserver": n,
|
||||
"css-selection": yx,
|
||||
"css-placeholder": ax,
|
||||
"css-deviceadaptation": n,
|
||||
"text-emphasis": n,
|
||||
"midi": n,
|
||||
"canvas-blending": n,
|
||||
"clipboard": n,
|
||||
"rtcpeerconnection": n,
|
||||
"css3-cursors": y,
|
||||
"css3-cursors-newer": yx,
|
||||
"webvtt": n,
|
||||
"promises": p,
|
||||
"css-sticky": n,
|
||||
"dialog": n,
|
||||
"css-variables": n,
|
||||
"vibration": n,
|
||||
"css-backgroundblendmode": n,
|
||||
"css-mixblendmode": n,
|
||||
"speech-recognition": n,
|
||||
"high-resolution-time": n,
|
||||
"battery-status": n,
|
||||
"serviceworkers": n,
|
||||
"text-decoration": yx,
|
||||
"iframe-srcdoc": p,
|
||||
"speech-synthesis": n,
|
||||
"user-timing": n,
|
||||
"srcset": n,
|
||||
"ambient-light": n,
|
||||
"will-change": n,
|
||||
"css-shapes": n,
|
||||
"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": n,
|
||||
"imports": n,
|
||||
"input-file-multiple": y,
|
||||
"atob-btoa": y,
|
||||
"css-appearance": ax,
|
||||
"objectrtc": n,
|
||||
"css-background-offsets": n,
|
||||
"css-supports-api": n,
|
||||
"css-touch-action": n,
|
||||
"autofocus": y,
|
||||
"css-clip-path": a,
|
||||
"getrandomvalues": n,
|
||||
"screen-orientation": n,
|
||||
"font-loading": n,
|
||||
"font-unicode-range": n,
|
||||
"gamepad": n,
|
||||
"css-font-stretch": n,
|
||||
"font-size-adjust": y,
|
||||
"link-icon-png": y,
|
||||
"link-icon-svg": a,
|
||||
"css-media-resolution": a,
|
||||
"xml-serializer": a,
|
||||
"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": yx,
|
||||
"css-text-align-last": n,
|
||||
"css-logical-props": ax,
|
||||
"fetch": n,
|
||||
"referrer-policy": n,
|
||||
"background-attachment": a,
|
||||
"currentcolor": y,
|
||||
"input-pattern": y,
|
||||
"registerprotocolhandler": y,
|
||||
"css-snappoints": n,
|
||||
"input-minlength": n,
|
||||
"css-media-interaction": n,
|
||||
"ime": n,
|
||||
"font-smooth": n,
|
||||
"audiotracks": n,
|
||||
"videotracks": n,
|
||||
"contentsecuritypolicy2": n,
|
||||
"permissions-api": n,
|
||||
"http2": n,
|
||||
"font-kerning": n,
|
||||
"jpeg2000": n,
|
||||
"upgradeinsecurerequests": n,
|
||||
"publickeypinning": n,
|
||||
"input-email-tel-url": y,
|
||||
"fieldset-disabled": y,
|
||||
"font-variant-alternates": n,
|
||||
"form-attribute": y,
|
||||
"es5": a,
|
||||
"page-transition-events": y,
|
||||
"ogg-vorbis": y,
|
||||
"meter": n,
|
||||
"progress": y,
|
||||
"css-filter-function": n,
|
||||
"css-element-function": yx,
|
||||
"u2f": n,
|
||||
"aac": n,
|
||||
"link-rel-prefetch": y,
|
||||
"ol-reversed": n,
|
||||
"css-first-letter": y,
|
||||
"wbr-element": y,
|
||||
"const": a,
|
||||
"css-all": n,
|
||||
"css-initial-value": n,
|
||||
"css-letter-spacing": y,
|
||||
"css-unset-value": n,
|
||||
"insertadjacenthtml": y,
|
||||
"let": nd,
|
||||
"arrow-functions": n,
|
||||
"asmjs": n,
|
||||
"lazyload": n,
|
||||
"link-rel-dns-prefetch": y,
|
||||
"link-rel-prerender": n,
|
||||
"rest-parameters": n,
|
||||
"css-cross-fade": n,
|
||||
"css-writing-mode": n,
|
||||
"customevent": a,
|
||||
"textcontent": y,
|
||||
"addeventlistener": y,
|
||||
"dispatchevent": y,
|
||||
"documenthead": y,
|
||||
"innertext": n,
|
||||
"client-hints-dpr-width-viewport": n,
|
||||
"link-rel-preconnect": n,
|
||||
"netinfo": n,
|
||||
"setimmediate": n,
|
||||
"es6-number": n,
|
||||
"maxlength": y,
|
||||
"proxy": n,
|
||||
"keyboardevent-which": y,
|
||||
"keyboardevent-charcode": y,
|
||||
"keyboardevent-code": n,
|
||||
"keyboardevent-location": n,
|
||||
"keyboardevent-getmodifierstate": n,
|
||||
"keyboardevent-key": n,
|
||||
"brotli": n,
|
||||
"element-closest": n,
|
||||
"input-event": y,
|
||||
"input-search": y,
|
||||
"css-motion-paths": n,
|
||||
"css-scroll-behavior": n,
|
||||
"subresource-integrity": n,
|
||||
"css-in-out-of-range": n,
|
||||
"push-api": n,
|
||||
"background-position-x-y": n,
|
||||
"css-revert-value": n,
|
||||
"css-widows-orphans": n,
|
||||
"web-bluetooth": n,
|
||||
"scrollintoview": a,
|
||||
"css-nth-child-of": n,
|
||||
"focusin-focusout-events": n,
|
||||
"css-matches-pseudo": ax,
|
||||
"rel-noopener": n,
|
||||
"css-text-justify": n,
|
||||
"css-scrollbar": n,
|
||||
"link-rel-preload": n,
|
||||
"css-case-insensitive": n,
|
||||
"css-default-pseudo": y,
|
||||
"css-optional-pseudo": y,
|
||||
"css-indeterminate-pseudo": a,
|
||||
"webgl2": n,
|
||||
"document-currentscript": y,
|
||||
"css-descendant-gtgt": n,
|
||||
"css-has": n,
|
||||
"css-not-sel-list": n
|
||||
);
|
||||
|
||||
@import "bumbleberry-settings";
|
||||
@import "../translations";
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user