Fixed assets issues
This commit is contained in:
parent
d161c87be8
commit
cefb648699
1
Gemfile
1
Gemfile
@ -35,7 +35,6 @@ gem 'geocoder'
|
|||||||
gem 'paper_trail', '~> 3.0.5'
|
gem 'paper_trail', '~> 3.0.5'
|
||||||
gem 'font-awesome-rails'
|
gem 'font-awesome-rails'
|
||||||
gem 'wysiwyg-rails'
|
gem 'wysiwyg-rails'
|
||||||
#gem 'rails-assets-cdn'
|
|
||||||
gem 'sitemap_generator'
|
gem 'sitemap_generator'
|
||||||
gem 'activerecord-session_store'
|
gem 'activerecord-session_store'
|
||||||
gem 'paypal-express', '0.7.1'
|
gem 'paypal-express', '0.7.1'
|
||||||
|
191
Gemfile.lock
191
Gemfile.lock
@ -1,11 +1,11 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: git://github.com/cucumber/cucumber-rails.git
|
remote: git://github.com/cucumber/cucumber-rails.git
|
||||||
revision: 34e0f0c80d2b2042dbe4060f48e7b2a9d1dc312c
|
revision: 57f244bba1b953f2125ba01a2a4afb5fe95ed39d
|
||||||
specs:
|
specs:
|
||||||
cucumber-rails (1.4.2)
|
cucumber-rails (1.4.2)
|
||||||
capybara (>= 1.1.2, < 3)
|
capybara (>= 1.1.2, < 3)
|
||||||
cucumber (>= 1.3.8, < 2.1)
|
cucumber (>= 1.3.8, < 3)
|
||||||
mime-types (>= 1.16, < 3)
|
mime-types (>= 1.16, < 4)
|
||||||
nokogiri (~> 1.5)
|
nokogiri (~> 1.5)
|
||||||
railties (>= 3, < 5)
|
railties (>= 3, < 5)
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ GEM
|
|||||||
activemodel (= 4.2.0)
|
activemodel (= 4.2.0)
|
||||||
activesupport (= 4.2.0)
|
activesupport (= 4.2.0)
|
||||||
arel (~> 6.0)
|
arel (~> 6.0)
|
||||||
activerecord-session_store (0.1.1)
|
activerecord-session_store (0.1.2)
|
||||||
actionpack (>= 4.0.0, < 5)
|
actionpack (>= 4.0.0, < 5)
|
||||||
activerecord (>= 4.0.0, < 5)
|
activerecord (>= 4.0.0, < 5)
|
||||||
railties (>= 4.0.0, < 5)
|
railties (>= 4.0.0, < 5)
|
||||||
@ -97,11 +97,10 @@ GEM
|
|||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
acts_as_list (0.7.2)
|
acts_as_list (0.7.2)
|
||||||
activerecord (>= 3.0)
|
activerecord (>= 3.0)
|
||||||
addressable (2.3.8)
|
addressable (2.4.0)
|
||||||
arel (6.0.3)
|
arel (6.0.3)
|
||||||
attr_required (1.0.0)
|
attr_required (1.0.0)
|
||||||
awesome_print (1.6.1)
|
awesome_print (1.6.1)
|
||||||
bcrypt (3.1.10)
|
|
||||||
bcrypt (3.1.10-x86-mingw32)
|
bcrypt (3.1.10-x86-mingw32)
|
||||||
better_errors (2.1.1)
|
better_errors (2.1.1)
|
||||||
coderay (>= 1.0.0)
|
coderay (>= 1.0.0)
|
||||||
@ -112,12 +111,10 @@ GEM
|
|||||||
blockspring (0.1.4)
|
blockspring (0.1.4)
|
||||||
rest-client (> 1.6.7)
|
rest-client (> 1.6.7)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
cairo (1.14.3)
|
|
||||||
pkg-config (>= 1.1.5)
|
|
||||||
cairo (1.14.3-x86-mingw32)
|
cairo (1.14.3-x86-mingw32)
|
||||||
pkg-config (>= 1.1.5)
|
pkg-config (>= 1.1.5)
|
||||||
callsite (0.0.11)
|
callsite (0.0.11)
|
||||||
capistrano (2.15.6)
|
capistrano (2.15.7)
|
||||||
highline
|
highline
|
||||||
net-scp (>= 1.0.0)
|
net-scp (>= 1.0.0)
|
||||||
net-sftp (>= 2.0.0)
|
net-sftp (>= 2.0.0)
|
||||||
@ -137,7 +134,7 @@ GEM
|
|||||||
carrierwave-imageoptimizer (1.2.1)
|
carrierwave-imageoptimizer (1.2.1)
|
||||||
carrierwave (~> 0.8)
|
carrierwave (~> 0.8)
|
||||||
image_optimizer (~> 1.2)
|
image_optimizer (~> 1.2)
|
||||||
childprocess (0.5.6)
|
childprocess (0.5.9)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
ffi (~> 1.0, >= 1.0.11)
|
||||||
cliver (0.3.2)
|
cliver (0.3.2)
|
||||||
coderay (1.1.0)
|
coderay (1.1.0)
|
||||||
@ -147,20 +144,22 @@ GEM
|
|||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.9.1.1)
|
coffee-script-source (1.10.0)
|
||||||
|
concurrent-ruby (1.0.0)
|
||||||
copydb (0.3.0)
|
copydb (0.3.0)
|
||||||
faker (~> 0.9.5)
|
faker (~> 0.9.5)
|
||||||
coveralls (0.8.2)
|
coveralls (0.8.10)
|
||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
rest-client (>= 1.6.8, < 2)
|
rest-client (>= 1.6.8, < 2)
|
||||||
simplecov (~> 0.10.0)
|
simplecov (~> 0.11.0)
|
||||||
term-ansicolor (~> 1.3)
|
term-ansicolor (~> 1.3)
|
||||||
thor (~> 0.19.1)
|
thor (~> 0.19.1)
|
||||||
crack (0.4.2)
|
tins (~> 1.6.0)
|
||||||
|
crack (0.4.3)
|
||||||
safe_yaml (~> 1.0.0)
|
safe_yaml (~> 1.0.0)
|
||||||
daemon-spawn (0.4.2)
|
daemon-spawn (0.4.2)
|
||||||
daemons (1.2.3)
|
daemons (1.2.3)
|
||||||
database_cleaner (1.5.0)
|
database_cleaner (1.5.1)
|
||||||
debug_inspector (0.0.2)
|
debug_inspector (0.0.2)
|
||||||
delayed_job (4.1.1)
|
delayed_job (4.1.1)
|
||||||
activesupport (>= 3.0, < 5.0)
|
activesupport (>= 3.0, < 5.0)
|
||||||
@ -168,9 +167,9 @@ GEM
|
|||||||
activerecord (>= 3.0, < 5)
|
activerecord (>= 3.0, < 5)
|
||||||
delayed_job (>= 3.0, < 5)
|
delayed_job (>= 3.0, < 5)
|
||||||
diff-lcs (1.2.5)
|
diff-lcs (1.2.5)
|
||||||
diffy (3.0.7)
|
diffy (3.1.0)
|
||||||
docile (1.1.5)
|
docile (1.1.5)
|
||||||
domain_name (0.5.24)
|
domain_name (0.5.25)
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (2.6.0)
|
execjs (2.6.0)
|
||||||
@ -181,24 +180,19 @@ GEM
|
|||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
faker (0.9.5)
|
faker (0.9.5)
|
||||||
i18n (~> 0.4)
|
i18n (~> 0.4)
|
||||||
faraday (0.9.1)
|
faraday (0.9.2)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
ffi (1.9.10)
|
|
||||||
ffi (1.9.10-x86-mingw32)
|
ffi (1.9.10-x86-mingw32)
|
||||||
font-awesome-rails (4.4.0.0)
|
font-awesome-rails (4.5.0.0)
|
||||||
railties (>= 3.2, < 5.0)
|
railties (>= 3.2, < 5.0)
|
||||||
forgery (0.6.0)
|
forgery (0.6.0)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
gdk_pixbuf2 (3.0.5)
|
gdk_pixbuf2 (3.0.7-x86-mingw32)
|
||||||
glib2 (= 3.0.5)
|
glib2 (= 3.0.7)
|
||||||
gdk_pixbuf2 (3.0.5-x86-mingw32)
|
geocoder (1.2.14)
|
||||||
glib2 (= 3.0.5)
|
gherkin3 (3.1.2)
|
||||||
geocoder (1.2.11)
|
|
||||||
gherkin3 (3.1.1)
|
|
||||||
git-version-bump (0.15.1)
|
git-version-bump (0.15.1)
|
||||||
glib2 (3.0.5)
|
glib2 (3.0.7-x86-mingw32)
|
||||||
pkg-config
|
|
||||||
glib2 (3.0.5-x86-mingw32)
|
|
||||||
cairo (>= 1.12.8)
|
cairo (>= 1.12.8)
|
||||||
pkg-config
|
pkg-config
|
||||||
globalid (0.3.6)
|
globalid (0.3.6)
|
||||||
@ -225,7 +219,8 @@ GEM
|
|||||||
haml (>= 4.0.6, < 5.0)
|
haml (>= 4.0.6, < 5.0)
|
||||||
html2haml (>= 1.0.1)
|
html2haml (>= 1.0.1)
|
||||||
railties (>= 4.0.1)
|
railties (>= 4.0.1)
|
||||||
highline (1.7.7)
|
hashdiff (0.2.3)
|
||||||
|
highline (1.7.8)
|
||||||
html2haml (2.0.0)
|
html2haml (2.0.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
haml (~> 4.0.0)
|
haml (~> 4.0.0)
|
||||||
@ -237,7 +232,7 @@ GEM
|
|||||||
httpauth (0.2.1)
|
httpauth (0.2.1)
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
image_optimizer (1.3.0)
|
image_optimizer (1.3.0)
|
||||||
jquery-rails (4.0.5)
|
jquery-rails (4.1.0)
|
||||||
rails-dom-testing (~> 1.0)
|
rails-dom-testing (~> 1.0)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
@ -249,12 +244,12 @@ GEM
|
|||||||
kgio (2.10.0)
|
kgio (2.10.0)
|
||||||
launchy (2.4.3)
|
launchy (2.4.3)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
listen (3.0.3)
|
listen (3.0.5)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
loofah (2.0.3)
|
loofah (2.0.3)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
lumberjack (1.0.9)
|
lumberjack (1.0.10)
|
||||||
mail (2.6.3)
|
mail (2.6.3)
|
||||||
mime-types (>= 1.16, < 3)
|
mime-types (>= 1.16, < 3)
|
||||||
meta_request (0.3.4)
|
meta_request (0.3.4)
|
||||||
@ -263,10 +258,10 @@ GEM
|
|||||||
railties (>= 3.0.0, < 5.0.0)
|
railties (>= 3.0.0, < 5.0.0)
|
||||||
metaclass (0.0.4)
|
metaclass (0.0.4)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (2.6.2)
|
mime-types (2.99)
|
||||||
mini_magick (4.3.3)
|
mini_magick (4.3.6)
|
||||||
mini_portile (0.6.2)
|
mini_portile2 (2.0.0)
|
||||||
minitest (5.8.1)
|
minitest (5.8.3)
|
||||||
mocha (1.1.0)
|
mocha (1.1.0)
|
||||||
metaclass (~> 0.0.1)
|
metaclass (~> 0.0.1)
|
||||||
multi_json (1.11.2)
|
multi_json (1.11.2)
|
||||||
@ -278,14 +273,12 @@ GEM
|
|||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-sftp (2.1.2)
|
net-sftp (2.1.2)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (3.0.1)
|
net-ssh (3.0.2)
|
||||||
net-ssh-gateway (1.2.0)
|
net-ssh-gateway (1.2.0)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
netrc (0.10.3)
|
netrc (0.11.0)
|
||||||
nokogiri (1.6.6.2)
|
nokogiri (1.6.7.1-x86-mingw32)
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile2 (~> 2.0.0.rc2)
|
||||||
nokogiri (1.6.6.2-x86-mingw32)
|
|
||||||
mini_portile (~> 0.6.0)
|
|
||||||
notiffany (0.0.8)
|
notiffany (0.0.8)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
@ -296,33 +289,27 @@ GEM
|
|||||||
jwt (~> 0.1.4)
|
jwt (~> 0.1.4)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.2)
|
rack (~> 1.2)
|
||||||
pango (3.0.5-x86-mingw32)
|
pango (3.0.7-x86-mingw32)
|
||||||
cairo (>= 1.14.0)
|
cairo (>= 1.14.0)
|
||||||
glib2 (= 3.0.5)
|
glib2 (= 3.0.7)
|
||||||
paper_trail (3.0.8)
|
paper_trail (3.0.9)
|
||||||
activerecord (>= 3.0, < 5.0)
|
activerecord (>= 3.0, < 5.0)
|
||||||
activesupport (>= 3.0, < 5.0)
|
activesupport (>= 3.0, < 5.0)
|
||||||
paypal-express (0.7.1)
|
paypal-express (0.7.1)
|
||||||
activesupport (>= 2.3)
|
activesupport (>= 2.3)
|
||||||
attr_required (>= 0.0.5)
|
attr_required (>= 0.0.5)
|
||||||
rest-client
|
rest-client
|
||||||
pg (0.18.3)
|
pg (0.18.4-x86-mingw32)
|
||||||
pg (0.18.3-x86-mingw32)
|
pkg-config (1.1.7)
|
||||||
pkg-config (1.1.6)
|
poltergeist (1.8.1)
|
||||||
poltergeist (1.6.0)
|
|
||||||
capybara (~> 2.1)
|
capybara (~> 2.1)
|
||||||
cliver (~> 0.3.1)
|
cliver (~> 0.3.1)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
websocket-driver (>= 0.2.0)
|
websocket-driver (>= 0.2.0)
|
||||||
pry (0.10.2)
|
pry (0.10.3)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
pry (0.10.2-x86-mingw32)
|
|
||||||
coderay (~> 1.1.0)
|
|
||||||
method_source (~> 0.8.1)
|
|
||||||
slop (~> 3.4)
|
|
||||||
win32console (~> 1.3)
|
|
||||||
rack (1.6.4)
|
rack (1.6.4)
|
||||||
rack-contrib (1.4.0)
|
rack-contrib (1.4.0)
|
||||||
git-version-bump (~> 0.15)
|
git-version-bump (~> 0.15)
|
||||||
@ -348,8 +335,8 @@ GEM
|
|||||||
rails-deprecated_sanitizer (>= 1.0.1)
|
rails-deprecated_sanitizer (>= 1.0.1)
|
||||||
rails-html-sanitizer (1.0.2)
|
rails-html-sanitizer (1.0.2)
|
||||||
loofah (~> 2.0)
|
loofah (~> 2.0)
|
||||||
rails-i18n (4.0.5)
|
rails-i18n (4.0.8)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.7)
|
||||||
railties (~> 4.0)
|
railties (~> 4.0)
|
||||||
rails_12factor (0.0.3)
|
rails_12factor (0.0.3)
|
||||||
rails_serve_static_assets
|
rails_serve_static_assets
|
||||||
@ -362,55 +349,48 @@ GEM
|
|||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
raindrops (0.15.0)
|
raindrops (0.15.0)
|
||||||
rake (10.4.2)
|
rake (10.5.0)
|
||||||
rb-fsevent (0.9.6)
|
rb-fsevent (0.9.7)
|
||||||
rb-inotify (0.9.5)
|
rb-inotify (0.9.5)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
redcarpet (3.3.2)
|
redcarpet (3.3.4)
|
||||||
rest-client (1.8.0)
|
|
||||||
http-cookie (>= 1.0.2, < 2.0)
|
|
||||||
mime-types (>= 1.16, < 3.0)
|
|
||||||
netrc (~> 0.7)
|
|
||||||
rest-client (1.8.0-x86-mingw32)
|
rest-client (1.8.0-x86-mingw32)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
http-cookie (>= 1.0.2, < 2.0)
|
http-cookie (>= 1.0.2, < 2.0)
|
||||||
mime-types (>= 1.16, < 3.0)
|
mime-types (>= 1.16, < 3.0)
|
||||||
netrc (~> 0.7)
|
netrc (~> 0.7)
|
||||||
rspec (3.3.0)
|
rspec (3.4.0)
|
||||||
rspec-core (~> 3.3.0)
|
rspec-core (~> 3.4.0)
|
||||||
rspec-expectations (~> 3.3.0)
|
rspec-expectations (~> 3.4.0)
|
||||||
rspec-mocks (~> 3.3.0)
|
rspec-mocks (~> 3.4.0)
|
||||||
rspec-core (3.3.2)
|
rspec-core (3.4.1)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.4.0)
|
||||||
rspec-expectations (3.3.1)
|
rspec-expectations (3.4.0)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.4.0)
|
||||||
rspec-mocks (3.3.2)
|
rspec-mocks (3.4.1)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.4.0)
|
||||||
rspec-rails (3.3.3)
|
rspec-rails (3.4.0)
|
||||||
actionpack (>= 3.0, < 4.3)
|
actionpack (>= 3.0, < 4.3)
|
||||||
activesupport (>= 3.0, < 4.3)
|
activesupport (>= 3.0, < 4.3)
|
||||||
railties (>= 3.0, < 4.3)
|
railties (>= 3.0, < 4.3)
|
||||||
rspec-core (~> 3.3.0)
|
rspec-core (~> 3.4.0)
|
||||||
rspec-expectations (~> 3.3.0)
|
rspec-expectations (~> 3.4.0)
|
||||||
rspec-mocks (~> 3.3.0)
|
rspec-mocks (~> 3.4.0)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.4.0)
|
||||||
rspec-support (3.3.0)
|
rspec-support (3.4.1)
|
||||||
rsvg2 (3.0.5)
|
rsvg2 (3.0.7-x86-mingw32)
|
||||||
cairo (>= 1.12.8)
|
cairo (>= 1.12.8)
|
||||||
gdk_pixbuf2 (= 3.0.5)
|
gdk_pixbuf2 (= 3.0.7)
|
||||||
rsvg2 (3.0.5-x86-mingw32)
|
pango (>= 3.0.7)
|
||||||
cairo (>= 1.12.8)
|
ruby_parser (3.7.2)
|
||||||
gdk_pixbuf2 (= 3.0.5)
|
|
||||||
pango (>= 3.0.5)
|
|
||||||
ruby_parser (3.7.1)
|
|
||||||
sexp_processor (~> 4.1)
|
sexp_processor (~> 4.1)
|
||||||
rubyzip (1.1.7)
|
rubyzip (1.1.7)
|
||||||
rvm-capistrano (1.5.6)
|
rvm-capistrano (1.5.6)
|
||||||
capistrano (~> 2.15.4)
|
capistrano (~> 2.15.4)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sass (3.4.18)
|
sass (3.4.21)
|
||||||
sass-json-vars (0.3.3)
|
sass-json-vars (0.3.3)
|
||||||
sass (>= 3.1)
|
sass (>= 3.1)
|
||||||
sass-rails (5.0.4)
|
sass-rails (5.0.4)
|
||||||
@ -419,14 +399,14 @@ GEM
|
|||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
sprockets-rails (>= 2.0, < 4.0)
|
sprockets-rails (>= 2.0, < 4.0)
|
||||||
tilt (>= 1.1, < 3)
|
tilt (>= 1.1, < 3)
|
||||||
selenium-webdriver (2.47.1)
|
selenium-webdriver (2.49.0)
|
||||||
childprocess (~> 0.5)
|
childprocess (~> 0.5)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rubyzip (~> 1.0)
|
rubyzip (~> 1.0)
|
||||||
websocket (~> 1.0)
|
websocket (~> 1.0)
|
||||||
sexp_processor (4.6.0)
|
sexp_processor (4.6.0)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
simplecov (0.10.0)
|
simplecov (0.11.1)
|
||||||
docile (~> 1.1.0)
|
docile (~> 1.1.0)
|
||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
@ -438,50 +418,49 @@ GEM
|
|||||||
bcrypt (~> 3.1)
|
bcrypt (~> 3.1)
|
||||||
oauth (~> 0.4, >= 0.4.4)
|
oauth (~> 0.4, >= 0.4.4)
|
||||||
oauth2 (>= 0.8.0)
|
oauth2 (>= 0.8.0)
|
||||||
sprockets (3.3.5)
|
sprockets (3.5.2)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
rack (> 1, < 3)
|
||||||
sprockets-rails (2.3.3)
|
sprockets-rails (3.0.0)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 3.0.0)
|
||||||
term-ansicolor (1.3.2)
|
term-ansicolor (1.3.2)
|
||||||
tins (~> 1.0)
|
tins (~> 1.0)
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.5)
|
thread_safe (0.3.5)
|
||||||
tilt (2.0.1)
|
tilt (2.0.2)
|
||||||
tins (1.6.0)
|
tins (1.6.0)
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
tzinfo-data (1.2015.6)
|
tzinfo-data (1.2015.7)
|
||||||
tzinfo (>= 1.0.0)
|
tzinfo (>= 1.0.0)
|
||||||
uglifier (2.7.2)
|
uglifier (2.7.2)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.1)
|
|
||||||
unf_ext (0.0.7.1-x86-mingw32)
|
unf_ext (0.0.7.1-x86-mingw32)
|
||||||
unicorn (4.9.0)
|
unicorn (5.0.1)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
rack
|
rack
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
wdm (0.1.1)
|
wdm (0.1.1)
|
||||||
webmock (1.21.0)
|
webmock (1.22.6)
|
||||||
addressable (>= 2.3.6)
|
addressable (>= 2.3.6)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
|
hashdiff
|
||||||
websocket (1.2.2)
|
websocket (1.2.2)
|
||||||
websocket-driver (0.6.2)
|
websocket-driver (0.6.3)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.2)
|
websocket-extensions (0.1.2)
|
||||||
win32console (1.3.2-x86-mingw32)
|
wysiwyg-rails (2.0.5)
|
||||||
wysiwyg-rails (1.2.8)
|
font-awesome-rails (~> 4.4, >= 4.4.0.0)
|
||||||
font-awesome-rails (>= 4.3.0.0)
|
|
||||||
railties (>= 3.2, < 5.0)
|
railties (>= 3.2, < 5.0)
|
||||||
xpath (2.0.0)
|
xpath (2.0.0)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
|
||||||
x86-mingw32
|
x86-mingw32
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
@ -1,242 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome for Android 40 (approximately 10.51% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: and_chr;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 40;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": a,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"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,
|
|
||||||
"datauri": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"cors": y,
|
|
||||||
"calc": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": y,
|
|
||||||
"progressmeter": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": y,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": yx,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": a,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"webp": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": y,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"web-speech": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": a,
|
|
||||||
"text-decoration": n,
|
|
||||||
"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": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": yx,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": yx,
|
|
||||||
"object-observe": y,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"fetch": a,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "bumbleberry";
|
|
||||||
@import "../application";
|
|
@ -1,279 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome for Android 42 (approximately 13.77% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: and_chr;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 42;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": y,
|
|
||||||
"progressmeter": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": y,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": a,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": y,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": a,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": a,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": yx,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": y,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": y,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": y,
|
|
||||||
"css-media-interaction": y,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": y,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": y,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
@ -1,242 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox for Android 33 (approximately 0.13% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: and_ff;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 33;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"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,
|
|
||||||
"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,
|
|
||||||
"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,
|
|
||||||
"datauri": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": y,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"cors": y,
|
|
||||||
"calc": 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,
|
|
||||||
"progressmeter": y,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": y,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"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": a,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": a,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"webp": p,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": yx,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": y,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": y,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": y,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"web-speech": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": y,
|
|
||||||
"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": yx,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": pd,
|
|
||||||
"imports": p,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": yx,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": yx,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": y,
|
|
||||||
"object-observe": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"fetch": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "bumbleberry";
|
|
||||||
@import "../application";
|
|
@ -1,279 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox for Android 39 (approximately 0.14% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: and_ff;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 39;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": y,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": y,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"progressmeter": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": y,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": a,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": y,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": n,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": y,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": y,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": y,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": y,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": y,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": yx,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": pd,
|
|
||||||
"imports": p,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": yx,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": yx,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": nd,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": y,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": a,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": y,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": y,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": a,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": y,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": y,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: UC Browser for Android 9.9 (approximately 7.1% of all users)
|
* Browser: UC Browser for Android 9.9 (approximately 8.11% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": a,
|
"input-color": a,
|
||||||
"input-number": a,
|
"input-number": a,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": n,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": u,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": a,
|
"input-range": a,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": u,
|
"getboundingclientrect": u,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": n,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": u,
|
"css-first-letter": u,
|
||||||
"wbr-element": u,
|
"wbr-element": u,
|
||||||
|
"const": u,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": u,
|
"css-initial-value": u,
|
||||||
"css-letter-spacing": u,
|
"css-letter-spacing": u,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": u,
|
"insertadjacenthtml": u,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": n,
|
"customevent": n,
|
||||||
"textcontent": u,
|
"textcontent": u,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": u,
|
||||||
"documenthead": u,
|
"documenthead": u,
|
||||||
"innertext": u,
|
"innertext": u,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": a,
|
"input-range": a,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": u,
|
"getboundingclientrect": u,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": n,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": u,
|
"css-first-letter": u,
|
||||||
"wbr-element": u,
|
"wbr-element": u,
|
||||||
|
"const": u,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": u,
|
"css-initial-value": u,
|
||||||
"css-letter-spacing": u,
|
"css-letter-spacing": u,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": u,
|
"insertadjacenthtml": u,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": n,
|
"customevent": n,
|
||||||
"textcontent": u,
|
"textcontent": u,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": u,
|
||||||
"documenthead": u,
|
"documenthead": u,
|
||||||
"innertext": u,
|
"innertext": u,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": a,
|
"netinfo": a,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Android Browser 2.3 (approximately 0.11% of all users)
|
* Browser: Android Browser 2.3 (approximately 0.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": a,
|
"input-range": a,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": n,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": a,
|
"css-first-letter": a,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": n,
|
"customevent": n,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": a,
|
"netinfo": a,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Android Browser 3 (approximately 0.0% of all users)
|
* Browser: Android Browser 3.0 (approximately 0.0% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: android;
|
$browser: android;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 3;
|
$browser_version: 3.0;
|
||||||
$browser_type: mobile;
|
$browser_type: mobile;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": a,
|
"input-range": a,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -271,7 +274,7 @@ $browser_capabilities: (
|
|||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": n,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": u,
|
"form-attribute": y,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
"page-transition-events": y,
|
"page-transition-events": y,
|
||||||
"ogg-vorbis": y,
|
"ogg-vorbis": y,
|
||||||
@ -280,11 +283,12 @@ $browser_capabilities: (
|
|||||||
"css-filter-function": n,
|
"css-filter-function": n,
|
||||||
"css-element-function": n,
|
"css-element-function": n,
|
||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": u,
|
"aac": y,
|
||||||
"link-rel-prefetch": n,
|
"link-rel-prefetch": n,
|
||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": u,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,17 +296,41 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
"css-writing-mode": u,
|
"css-writing-mode": yx,
|
||||||
"customevent": u,
|
"customevent": a,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": a,
|
"netinfo": a,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,242 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Android Browser 37 (approximately 0.0% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: android;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 37;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": a,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"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,
|
|
||||||
"datauri": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"cors": y,
|
|
||||||
"calc": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": y,
|
|
||||||
"progressmeter": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": y,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": a,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"webp": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": y,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"web-speech": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": yx,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": yx,
|
|
||||||
"object-observe": y,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"fetch": n,
|
|
||||||
"background-attachment": n,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "bumbleberry";
|
|
||||||
@import "../application";
|
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Android Browser 4.1 (approximately 1.18% of all users)
|
* Browser: Android Browser 4.1 (approximately 0.48% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": a,
|
"input-range": a,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": a,
|
"input-number": a,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": a,
|
"customevent": a,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": a,
|
"netinfo": a,
|
||||||
"setimmediate": n
|
"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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Android Browser 4.2-4.3 (approximately 2.57% of all users)
|
* Browser: Android Browser 4.2 (approximately 1.05% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: android;
|
$browser: android;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 4.2-4.3;
|
$browser_version: 4.2;
|
||||||
$browser_type: mobile;
|
$browser_type: mobile;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": a,
|
"input-number": a,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": a,
|
"customevent": a,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": a,
|
"netinfo": a,
|
||||||
"setimmediate": n
|
"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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Android Browser 4.4.3-4.4.4 (approximately 2.26% of all users)
|
* Browser: Android Browser 4.4 (approximately 1.05% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: android;
|
$browser: android;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 4.4.3-4.4.4;
|
$browser_version: 4.4;
|
||||||
$browser_type: mobile;
|
$browser_type: mobile;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": a,
|
"input-number": a,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": n,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Android Browser 4.4 (approximately 0.02% of all users)
|
* Browser: Android Browser 4.4 (approximately 2.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": a,
|
"input-number": a,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": n,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Android Browser 4 (approximately 0.34% of all users)
|
* Browser: Android Browser 4.0 (approximately 0.1% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: android;
|
$browser: android;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 4;
|
$browser_version: 4.0;
|
||||||
$browser_type: mobile;
|
$browser_type: mobile;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": a,
|
"input-range": a,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": a,
|
"input-number": a,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": a,
|
"customevent": a,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": a,
|
"netinfo": a,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,279 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Android Browser 40 (approximately 0.0% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: android;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 40;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": y,
|
|
||||||
"progressmeter": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": y,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": a,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": yx,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": n,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": y,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": y,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Blackberry Browser 10 (approximately 0.0% of all users)
|
* Browser: Blackberry Browser 10.0 (approximately 0.0% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: bb;
|
$browser: bb;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 10;
|
$browser_version: 10.0;
|
||||||
$browser_type: mobile;
|
$browser_type: mobile;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": a,
|
"input-number": a,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Blackberry Browser 7 (approximately 0.11% of all users)
|
* Browser: Blackberry Browser 7.0 (approximately 0.09% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: bb;
|
$browser: bb;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 7;
|
$browser_version: 7.0;
|
||||||
$browser_type: mobile;
|
$browser_type: mobile;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": u,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": a,
|
"customevent": a,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 10 (approximately 0.02% of all users)
|
* Browser: Chrome 10.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 10;
|
$browser_version: 10.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": u,
|
"aac": u,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": a,
|
"customevent": a,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 11 (approximately 0.06% of all users)
|
* Browser: Chrome 11.0 (approximately 0.05% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 11;
|
$browser_version: 11.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": u,
|
"aac": u,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": a,
|
"customevent": a,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 12 (approximately 0.02% of all users)
|
* Browser: Chrome 12.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 12;
|
$browser_version: 12.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": y,
|
"aac": y,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": a,
|
"customevent": a,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 13 (approximately 0.01% of all users)
|
* Browser: Chrome 13.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 13;
|
$browser_version: 13.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": y,
|
"aac": y,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": u,
|
"customevent": u,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 14 (approximately 0.01% of all users)
|
* Browser: Chrome 14.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 14;
|
$browser_version: 14.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": y,
|
"aac": y,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": u,
|
"customevent": u,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 15 (approximately 0.01% of all users)
|
* Browser: Chrome 15.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 15;
|
$browser_version: 15.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": y,
|
"aac": y,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 16 (approximately 0.02% of all users)
|
* Browser: Chrome 16.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 16;
|
$browser_version: 16.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": u,
|
"ol-reversed": u,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 17 (approximately 0.01% of all users)
|
* Browser: Chrome 17.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 17;
|
$browser_version: 17.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": u,
|
"ol-reversed": u,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 18 (approximately 0.02% of all users)
|
* Browser: Chrome 18.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 18;
|
$browser_version: 18.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": u,
|
"ol-reversed": u,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 19 (approximately 0.01% of all users)
|
* Browser: Chrome 19.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 19;
|
$browser_version: 19.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": u,
|
"ol-reversed": u,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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": u,
|
||||||
|
"input-search": u,
|
||||||
|
"css-motion-paths": n,
|
||||||
|
"css-scroll-behavior": n,
|
||||||
|
"subresource-integrity": n,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 20 (approximately 0.01% of all users)
|
* Browser: Chrome 20.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 20;
|
$browser_version: 20.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": y,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": y,
|
"aac": y,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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": u,
|
||||||
|
"input-search": u,
|
||||||
|
"css-motion-paths": n,
|
||||||
|
"css-scroll-behavior": n,
|
||||||
|
"subresource-integrity": n,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 21 (approximately 0.03% of all users)
|
* Browser: Chrome 21.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 21;
|
$browser_version: 21.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": u,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": y,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": y,
|
"aac": y,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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": u,
|
||||||
|
"input-search": u,
|
||||||
|
"css-motion-paths": n,
|
||||||
|
"css-scroll-behavior": n,
|
||||||
|
"subresource-integrity": n,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 22 (approximately 0.07% of all users)
|
* Browser: Chrome 22.0 (approximately 0.05% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 22;
|
$browser_version: 22.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": u,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": y,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": y,
|
"aac": y,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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": u,
|
||||||
|
"input-search": u,
|
||||||
|
"css-motion-paths": n,
|
||||||
|
"css-scroll-behavior": n,
|
||||||
|
"subresource-integrity": n,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 23 (approximately 0.02% of all users)
|
* Browser: Chrome 23.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 23;
|
$browser_version: 23.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": u,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": y,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": y,
|
"es5": y,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": y,
|
"aac": y,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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": u,
|
||||||
|
"input-search": u,
|
||||||
|
"css-motion-paths": n,
|
||||||
|
"css-scroll-behavior": n,
|
||||||
|
"subresource-integrity": n,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 24 (approximately 0.02% of all users)
|
* Browser: Chrome 24.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 24;
|
$browser_version: 24.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -100,7 +100,7 @@ $browser_capabilities: (
|
|||||||
"form-validation": y,
|
"form-validation": y,
|
||||||
"history": y,
|
"history": y,
|
||||||
"json": y,
|
"json": y,
|
||||||
"classlist": y,
|
"classlist": a,
|
||||||
"text-overflow": y,
|
"text-overflow": y,
|
||||||
"webm": a,
|
"webm": a,
|
||||||
"mpeg4": y,
|
"mpeg4": y,
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": u,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": y,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": y,
|
"es5": y,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": y,
|
"aac": y,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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": u,
|
||||||
|
"input-search": u,
|
||||||
|
"css-motion-paths": n,
|
||||||
|
"css-scroll-behavior": n,
|
||||||
|
"subresource-integrity": n,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 25 (approximately 0.02% of all users)
|
* Browser: Chrome 25.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 25;
|
$browser_version: 25.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -100,7 +100,7 @@ $browser_capabilities: (
|
|||||||
"form-validation": y,
|
"form-validation": y,
|
||||||
"history": y,
|
"history": y,
|
||||||
"json": y,
|
"json": y,
|
||||||
"classlist": y,
|
"classlist": a,
|
||||||
"text-overflow": y,
|
"text-overflow": y,
|
||||||
"webm": y,
|
"webm": y,
|
||||||
"mpeg4": y,
|
"mpeg4": y,
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": u,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": y,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": y,
|
"form-attribute": y,
|
||||||
"es5": y,
|
"es5": y,
|
||||||
@ -282,9 +285,10 @@ $browser_capabilities: (
|
|||||||
"u2f": n,
|
"u2f": n,
|
||||||
"aac": y,
|
"aac": y,
|
||||||
"link-rel-prefetch": y,
|
"link-rel-prefetch": y,
|
||||||
"ol-reversed": u,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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": u,
|
||||||
|
"input-search": u,
|
||||||
|
"css-motion-paths": n,
|
||||||
|
"css-scroll-behavior": n,
|
||||||
|
"subresource-integrity": n,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 26 (approximately 0.04% of all users)
|
* Browser: Chrome 26.0 (approximately 0.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 26;
|
$browser_version: 26.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -100,7 +100,7 @@ $browser_capabilities: (
|
|||||||
"form-validation": y,
|
"form-validation": y,
|
||||||
"history": y,
|
"history": y,
|
||||||
"json": y,
|
"json": y,
|
||||||
"classlist": y,
|
"classlist": a,
|
||||||
"text-overflow": y,
|
"text-overflow": y,
|
||||||
"webm": y,
|
"webm": y,
|
||||||
"mpeg4": y,
|
"mpeg4": y,
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 27 (approximately 0.03% of all users)
|
* Browser: Chrome 27.0 (approximately 0.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 27;
|
$browser_version: 27.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -100,7 +100,7 @@ $browser_capabilities: (
|
|||||||
"form-validation": y,
|
"form-validation": y,
|
||||||
"history": y,
|
"history": y,
|
||||||
"json": y,
|
"json": y,
|
||||||
"classlist": y,
|
"classlist": a,
|
||||||
"text-overflow": y,
|
"text-overflow": y,
|
||||||
"webm": y,
|
"webm": y,
|
||||||
"mpeg4": y,
|
"mpeg4": y,
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 28 (approximately 0.03% of all users)
|
* Browser: Chrome 28.0 (approximately 0.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 28;
|
$browser_version: 28.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 29 (approximately 0.03% of all users)
|
* Browser: Chrome 29.0 (approximately 0.05% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 29;
|
$browser_version: 29.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 30 (approximately 0.04% of all users)
|
* Browser: Chrome 30.0 (approximately 0.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 30;
|
$browser_version: 30.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": nd,
|
"imports": nd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 31 (approximately 0.83% of all users)
|
* Browser: Chrome 31.0 (approximately 0.43% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 31;
|
$browser_version: 31.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": nd,
|
"imports": nd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 32 (approximately 0.05% of all users)
|
* Browser: Chrome 32.0 (approximately 0.05% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 32;
|
$browser_version: 32.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": nd,
|
"imports": nd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 33 (approximately 0.13% of all users)
|
* Browser: Chrome 33.0 (approximately 0.1% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 33;
|
$browser_version: 33.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": nd,
|
"imports": nd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 34 (approximately 0.19% of all users)
|
* Browser: Chrome 34.0 (approximately 0.07% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 34;
|
$browser_version: 34.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": nd,
|
"imports": nd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 35 (approximately 0.19% of all users)
|
* Browser: Chrome 35.0 (approximately 0.1% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 35;
|
$browser_version: 35.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": pd,
|
"imports": pd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 36 (approximately 0.16% of all users)
|
* Browser: Chrome 36.0 (approximately 0.11% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 36;
|
$browser_version: 36.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 37 (approximately 0.19% of all users)
|
* Browser: Chrome 37.0 (approximately 0.08% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 37;
|
$browser_version: 37.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 38 (approximately 0.14% of all users)
|
* Browser: Chrome 38.0 (approximately 0.09% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 38;
|
$browser_version: 38.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 39 (approximately 0.28% of all users)
|
* Browser: Chrome 39.0 (approximately 0.16% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 39;
|
$browser_version: 39.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 4 (approximately 0.02% of all users)
|
* Browser: Chrome 4.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 4;
|
$browser_version: 4.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -121,7 +121,7 @@ $browser_capabilities: (
|
|||||||
"css-grid": n,
|
"css-grid": n,
|
||||||
"menu": n,
|
"menu": n,
|
||||||
"css-zoom": y,
|
"css-zoom": y,
|
||||||
"rem": u,
|
"rem": y,
|
||||||
"ttf": y,
|
"ttf": y,
|
||||||
"touch": n,
|
"touch": n,
|
||||||
"matchesselector": ax,
|
"matchesselector": ax,
|
||||||
@ -141,9 +141,10 @@ $browser_capabilities: (
|
|||||||
"fullscreen": n,
|
"fullscreen": n,
|
||||||
"css-exclusions": n,
|
"css-exclusions": n,
|
||||||
"requestanimationframe": n,
|
"requestanimationframe": n,
|
||||||
"input-range": u,
|
"input-range": y,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -166,7 +167,8 @@ $browser_capabilities: (
|
|||||||
"outline": y,
|
"outline": y,
|
||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": u,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": n,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,11 +272,11 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": n,
|
"input-email-tel-url": n,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": n,
|
"form-attribute": n,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
"page-transition-events": u,
|
"page-transition-events": y,
|
||||||
"ogg-vorbis": y,
|
"ogg-vorbis": y,
|
||||||
"meter": n,
|
"meter": n,
|
||||||
"progress": n,
|
"progress": n,
|
||||||
@ -283,8 +286,9 @@ $browser_capabilities: (
|
|||||||
"aac": n,
|
"aac": n,
|
||||||
"link-rel-prefetch": n,
|
"link-rel-prefetch": n,
|
||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": u,
|
"css-first-letter": a,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": n,
|
"customevent": n,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 40 (approximately 0.29% of all users)
|
* Browser: Chrome 40.0 (approximately 0.3% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 40;
|
$browser_version: 40.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 41 (approximately 0.27% of all users)
|
* Browser: Chrome 41.0 (approximately 0.26% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 41;
|
$browser_version: 41.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": a,
|
"let": a,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 42 (approximately 0.5% of all users)
|
* Browser: Chrome 42.0 (approximately 0.26% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 42;
|
$browser_version: 42.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": a,
|
"let": a,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 43 (approximately 1.66% of all users)
|
* Browser: Chrome 43.0 (approximately 0.46% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 43;
|
$browser_version: 43.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": a,
|
"let": a,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 44 (approximately 24.57% of all users)
|
* Browser: Chrome 44.0 (approximately 0.41% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 44;
|
$browser_version: 44.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": a,
|
"let": a,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": nd,
|
"rest-parameters": nd,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": a,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 45 (approximately 0.15% of all users)
|
* Browser: Chrome 45.0 (approximately 0.61% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 45;
|
$browser_version: 45.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": yx,
|
"intrinsic-width": yx,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": a,
|
"let": a,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": nd,
|
"rest-parameters": nd,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": a,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 46 (approximately 0.17% of all users)
|
* Browser: Chrome 46.0 (approximately 5.77% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 46;
|
$browser_version: 46.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": y,
|
"intrinsic-width": y,
|
||||||
@ -191,9 +193,9 @@ $browser_capabilities: (
|
|||||||
"promises": y,
|
"promises": y,
|
||||||
"css-sticky": n,
|
"css-sticky": n,
|
||||||
"dialog": y,
|
"dialog": y,
|
||||||
"css-variables": u,
|
"css-variables": n,
|
||||||
"vibration": y,
|
"vibration": y,
|
||||||
"css-backgroundblendmode": y,
|
"css-backgroundblendmode": a,
|
||||||
"css-mixblendmode": y,
|
"css-mixblendmode": y,
|
||||||
"speech-recognition": ax,
|
"speech-recognition": ax,
|
||||||
"high-resolution-time": y,
|
"high-resolution-time": y,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -232,10 +235,10 @@ $browser_capabilities: (
|
|||||||
"font-loading": y,
|
"font-loading": y,
|
||||||
"font-unicode-range": y,
|
"font-unicode-range": y,
|
||||||
"gamepad": y,
|
"gamepad": y,
|
||||||
"css-font-stretch": u,
|
"css-font-stretch": n,
|
||||||
"font-size-adjust": nd,
|
"font-size-adjust": nd,
|
||||||
"link-icon-png": y,
|
"link-icon-png": y,
|
||||||
"link-icon-svg": u,
|
"link-icon-svg": n,
|
||||||
"css-media-resolution": y,
|
"css-media-resolution": y,
|
||||||
"xml-serializer": y,
|
"xml-serializer": y,
|
||||||
"css-image-set": yx,
|
"css-image-set": yx,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": a,
|
"let": a,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": nd,
|
"rest-parameters": nd,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": y,
|
||||||
|
"link-rel-preconnect": y,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": a,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 47 (approximately 0.0% of all users)
|
* Browser: Chrome 47.0 (approximately 20.46% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 47;
|
$browser_version: 47.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -92,7 +92,7 @@ $browser_capabilities: (
|
|||||||
"script-async": y,
|
"script-async": y,
|
||||||
"mediasource": y,
|
"mediasource": y,
|
||||||
"cors": y,
|
"cors": y,
|
||||||
"css-backdrop-filter": n,
|
"css-backdrop-filter": nd,
|
||||||
"calc": y,
|
"calc": y,
|
||||||
"dom-range": y,
|
"dom-range": y,
|
||||||
"ruby": a,
|
"ruby": a,
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": y,
|
"input-datetime": y,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": y,
|
"webp": y,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": y,
|
"intrinsic-width": y,
|
||||||
@ -191,7 +193,7 @@ $browser_capabilities: (
|
|||||||
"promises": y,
|
"promises": y,
|
||||||
"css-sticky": n,
|
"css-sticky": n,
|
||||||
"dialog": y,
|
"dialog": y,
|
||||||
"css-variables": u,
|
"css-variables": n,
|
||||||
"vibration": y,
|
"vibration": y,
|
||||||
"css-backgroundblendmode": y,
|
"css-backgroundblendmode": y,
|
||||||
"css-mixblendmode": y,
|
"css-mixblendmode": y,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": y,
|
"imports": y,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": y,
|
"css-touch-action": y,
|
||||||
@ -232,10 +235,10 @@ $browser_capabilities: (
|
|||||||
"font-loading": y,
|
"font-loading": y,
|
||||||
"font-unicode-range": y,
|
"font-unicode-range": y,
|
||||||
"gamepad": y,
|
"gamepad": y,
|
||||||
"css-font-stretch": u,
|
"css-font-stretch": n,
|
||||||
"font-size-adjust": nd,
|
"font-size-adjust": nd,
|
||||||
"link-icon-png": y,
|
"link-icon-png": y,
|
||||||
"link-icon-svg": u,
|
"link-icon-svg": n,
|
||||||
"css-media-resolution": y,
|
"css-media-resolution": y,
|
||||||
"xml-serializer": y,
|
"xml-serializer": y,
|
||||||
"css-image-set": yx,
|
"css-image-set": yx,
|
||||||
@ -246,7 +249,7 @@ $browser_capabilities: (
|
|||||||
"css-placeholder-shown": n,
|
"css-placeholder-shown": n,
|
||||||
"broadcastchannel": n,
|
"broadcastchannel": n,
|
||||||
"css-crisp-edges": y,
|
"css-crisp-edges": y,
|
||||||
"css-text-align-last": nd,
|
"css-text-align-last": y,
|
||||||
"css-logical-props": ax,
|
"css-logical-props": ax,
|
||||||
"fetch": y,
|
"fetch": y,
|
||||||
"referrer-policy": y,
|
"referrer-policy": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,17 +296,41 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": a,
|
"let": a,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": a,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": y,
|
"link-rel-prerender": y,
|
||||||
"rest-parameters": nd,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": yx,
|
"css-cross-fade": yx,
|
||||||
"css-writing-mode": yx,
|
"css-writing-mode": yx,
|
||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": y,
|
||||||
|
"link-rel-preconnect": y,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": a,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 5 (approximately 0.01% of all users)
|
* Browser: Chrome 5.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 5;
|
$browser_version: 5.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -121,7 +121,7 @@ $browser_capabilities: (
|
|||||||
"css-grid": n,
|
"css-grid": n,
|
||||||
"menu": n,
|
"menu": n,
|
||||||
"css-zoom": y,
|
"css-zoom": y,
|
||||||
"rem": u,
|
"rem": y,
|
||||||
"ttf": y,
|
"ttf": y,
|
||||||
"touch": n,
|
"touch": n,
|
||||||
"matchesselector": ax,
|
"matchesselector": ax,
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -166,7 +167,8 @@ $browser_capabilities: (
|
|||||||
"outline": y,
|
"outline": y,
|
||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": u,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": u,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,11 +272,11 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": n,
|
"form-attribute": n,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
"page-transition-events": u,
|
"page-transition-events": y,
|
||||||
"ogg-vorbis": y,
|
"ogg-vorbis": y,
|
||||||
"meter": n,
|
"meter": n,
|
||||||
"progress": n,
|
"progress": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": u,
|
"css-first-letter": u,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": u,
|
"customevent": u,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 6 (approximately 0.01% of all users)
|
* Browser: Chrome 6.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 6;
|
$browser_version: 6.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": u,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,11 +272,11 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": n,
|
"form-attribute": n,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
"page-transition-events": u,
|
"page-transition-events": y,
|
||||||
"ogg-vorbis": y,
|
"ogg-vorbis": y,
|
||||||
"meter": n,
|
"meter": n,
|
||||||
"progress": n,
|
"progress": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": u,
|
"css-first-letter": u,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": u,
|
"customevent": u,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 7 (approximately 0.01% of all users)
|
* Browser: Chrome 7.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 7;
|
$browser_version: 7.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": u,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,11 +272,11 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": n,
|
"form-attribute": n,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
"page-transition-events": u,
|
"page-transition-events": y,
|
||||||
"ogg-vorbis": y,
|
"ogg-vorbis": y,
|
||||||
"meter": n,
|
"meter": n,
|
||||||
"progress": n,
|
"progress": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": u,
|
"css-first-letter": u,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": u,
|
"customevent": u,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 8 (approximately 0.01% of all users)
|
* Browser: Chrome 8.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 8;
|
$browser_version: 8.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": u,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,11 +272,11 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": n,
|
"form-attribute": n,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
"page-transition-events": u,
|
"page-transition-events": y,
|
||||||
"ogg-vorbis": y,
|
"ogg-vorbis": y,
|
||||||
"meter": y,
|
"meter": y,
|
||||||
"progress": y,
|
"progress": y,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": u,
|
"css-first-letter": u,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": u,
|
"customevent": u,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Chrome 9 (approximately 0.01% of all users)
|
* Browser: Chrome 9.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: chrome;
|
$browser: chrome;
|
||||||
$browser_prefix: webkit;
|
$browser_prefix: webkit;
|
||||||
$browser_version: 9;
|
$browser_version: 9.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": a,
|
"webp": a,
|
||||||
"input-autocomplete-onoff": n,
|
"input-autocomplete-onoff": n,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -269,7 +272,7 @@ $browser_capabilities: (
|
|||||||
"upgradeinsecurerequests": n,
|
"upgradeinsecurerequests": n,
|
||||||
"publickeypinning": n,
|
"publickeypinning": n,
|
||||||
"input-email-tel-url": y,
|
"input-email-tel-url": y,
|
||||||
"fieldset-disabled": u,
|
"fieldset-disabled": n,
|
||||||
"font-variant-alternates": n,
|
"font-variant-alternates": n,
|
||||||
"form-attribute": n,
|
"form-attribute": n,
|
||||||
"es5": a,
|
"es5": a,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": a,
|
"css-letter-spacing": a,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": n,
|
"let": n,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": a,
|
"customevent": a,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": y,
|
"innertext": y,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": y
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,279 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Edge 1 (approximately 0.0% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: edge;
|
|
||||||
$browser_prefix: ms;
|
|
||||||
$browser_version: 1;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": a,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": y,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": y,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": y,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": n,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": p,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": a,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": a,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": n,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": n,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": p,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": p,
|
|
||||||
"wordwrap": a,
|
|
||||||
"progressmeter": a,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": n,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": y,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": ax,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": a,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": y,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": ax,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": y,
|
|
||||||
"css-exclusions": yx,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": a,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": a,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": nd,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": a,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": y,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": y,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": ax,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": a,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": n,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": p,
|
|
||||||
"imports": p,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": a,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": a,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": a,
|
|
||||||
"css-logical-props": n,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": ax,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": y,
|
|
||||||
"ime": yx,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": y,
|
|
||||||
"videotracks": y,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": y,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 10 (approximately 0.02% of all users)
|
* Browser: Firefox 10.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 10;
|
$browser_version: 10.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": a,
|
"getboundingclientrect": a,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": a,
|
"customevent": a,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 11 (approximately 0.02% of all users)
|
* Browser: Firefox 11.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 11;
|
$browser_version: 11.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": a,
|
"getboundingclientrect": a,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 12 (approximately 0.04% of all users)
|
* Browser: Firefox 12.0 (approximately 0.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 12;
|
$browser_version: 12.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 13 (approximately 0.02% of all users)
|
* Browser: Firefox 13.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 13;
|
$browser_version: 13.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 14 (approximately 0.02% of all users)
|
* Browser: Firefox 14.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 14;
|
$browser_version: 14.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 15 (approximately 0.02% of all users)
|
* Browser: Firefox 15.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 15;
|
$browser_version: 15.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 16 (approximately 0.03% of all users)
|
* Browser: Firefox 16.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 16;
|
$browser_version: 16.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 17 (approximately 0.02% of all users)
|
* Browser: Firefox 17.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 17;
|
$browser_version: 17.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 18 (approximately 0.02% of all users)
|
* Browser: Firefox 18.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 18;
|
$browser_version: 18.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 19 (approximately 0.02% of all users)
|
* Browser: Firefox 19.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 19;
|
$browser_version: 19.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 2 (approximately 0.01% of all users)
|
* Browser: Firefox 2.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 2;
|
$browser_version: 2.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -31,7 +31,7 @@ $browser_capabilities: (
|
|||||||
"multibackgrounds": n,
|
"multibackgrounds": n,
|
||||||
"border-image": n,
|
"border-image": n,
|
||||||
"background-img-opts": n,
|
"background-img-opts": n,
|
||||||
"css-table": y,
|
"css-table": a,
|
||||||
"css-gencontent": y,
|
"css-gencontent": y,
|
||||||
"css-fixed": y,
|
"css-fixed": y,
|
||||||
"beacon": n,
|
"beacon": n,
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": n,
|
"getboundingclientrect": n,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": n,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": n,
|
"intrinsic-width": n,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": a,
|
"css-first-letter": a,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": n,
|
"insertadjacenthtml": n,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": n,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": n,
|
"customevent": n,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": n,
|
"documenthead": n,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 20 (approximately 0.02% of all users)
|
* Browser: Firefox 20.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 20;
|
$browser_version: 20.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": nd,
|
"css-supports-api": nd,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 21 (approximately 0.03% of all users)
|
* Browser: Firefox 21.0 (approximately 0.08% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 21;
|
$browser_version: 21.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": nd,
|
"css-supports-api": nd,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 22 (approximately 0.03% of all users)
|
* Browser: Firefox 22.0 (approximately 0.04% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 22;
|
$browser_version: 22.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": nd,
|
"css-supports-api": nd,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 23 (approximately 0.02% of all users)
|
* Browser: Firefox 23.0 (approximately 0.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 23;
|
$browser_version: 23.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 24 (approximately 0.04% of all users)
|
* Browser: Firefox 24.0 (approximately 0.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 24;
|
$browser_version: 24.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -100,7 +100,7 @@ $browser_capabilities: (
|
|||||||
"form-validation": y,
|
"form-validation": y,
|
||||||
"history": y,
|
"history": y,
|
||||||
"json": y,
|
"json": y,
|
||||||
"classlist": y,
|
"classlist": a,
|
||||||
"text-overflow": y,
|
"text-overflow": y,
|
||||||
"webm": a,
|
"webm": a,
|
||||||
"mpeg4": a,
|
"mpeg4": a,
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 25 (approximately 0.03% of all users)
|
* Browser: Firefox 25.0 (approximately 0.06% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 25;
|
$browser_version: 25.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -100,7 +100,7 @@ $browser_capabilities: (
|
|||||||
"form-validation": y,
|
"form-validation": y,
|
||||||
"history": y,
|
"history": y,
|
||||||
"json": y,
|
"json": y,
|
||||||
"classlist": y,
|
"classlist": a,
|
||||||
"text-overflow": y,
|
"text-overflow": y,
|
||||||
"webm": a,
|
"webm": a,
|
||||||
"mpeg4": a,
|
"mpeg4": a,
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 26 (approximately 0.03% of all users)
|
* Browser: Firefox 26.0 (approximately 0.02% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 26;
|
$browser_version: 26.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 27 (approximately 0.03% of all users)
|
* Browser: Firefox 27.0 (approximately 0.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 27;
|
$browser_version: 27.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 28 (approximately 0.03% of all users)
|
* Browser: Firefox 28.0 (approximately 0.04% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 28;
|
$browser_version: 28.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 29 (approximately 0.04% of all users)
|
* Browser: Firefox 29.0 (approximately 0.05% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 29;
|
$browser_version: 29.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": nd,
|
"css-touch-action": nd,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": a,
|
"getboundingclientrect": a,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": n,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": n,
|
"insertadjacenthtml": n,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": n,
|
"customevent": n,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": n,
|
"documenthead": n,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 3.6 (approximately 0.04% of all users)
|
* Browser: Firefox 3.6 (approximately 0.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": a,
|
"getboundingclientrect": a,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": n,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": n,
|
"insertadjacenthtml": n,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": n,
|
"customevent": n,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": n,
|
"documenthead": n,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 3 (approximately 0.02% of all users)
|
* Browser: Firefox 3.0 (approximately 0.05% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 3;
|
$browser_version: 3.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": a,
|
"getboundingclientrect": a,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": n,
|
||||||
"webp": n,
|
"webp": n,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": n,
|
"input-file-multiple": n,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": a,
|
"css-first-letter": a,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": n,
|
"insertadjacenthtml": n,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": n,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": n,
|
"customevent": n,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": n,
|
"documenthead": n,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 30 (approximately 0.09% of all users)
|
* Browser: Firefox 30.0 (approximately 0.04% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 30;
|
$browser_version: 30.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,8 +168,9 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
"cryptography": p,
|
"cryptography": p,
|
||||||
"template": y,
|
"template": y,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": p,
|
"imports": p,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": nd,
|
"css-touch-action": nd,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 31 (approximately 0.13% of all users)
|
* Browser: Firefox 31.0 (approximately 0.09% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 31;
|
$browser_version: 31.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,8 +168,9 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
"cryptography": p,
|
"cryptography": p,
|
||||||
"template": y,
|
"template": y,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": p,
|
"imports": p,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": nd,
|
"css-touch-action": nd,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 32 (approximately 0.06% of all users)
|
* Browser: Firefox 32.0 (approximately 0.03% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 32;
|
$browser_version: 32.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,8 +168,9 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
"cryptography": nd,
|
"cryptography": nd,
|
||||||
"template": y,
|
"template": y,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": pd,
|
"imports": pd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": nd,
|
"css-touch-action": nd,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 33 (approximately 0.07% of all users)
|
* Browser: Firefox 33.0 (approximately 0.07% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 33;
|
$browser_version: 33.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,8 +168,9 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
"cryptography": nd,
|
"cryptography": nd,
|
||||||
"template": y,
|
"template": y,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": pd,
|
"imports": pd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": nd,
|
"css-touch-action": nd,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 34 (approximately 0.08% of all users)
|
* Browser: Firefox 34.0 (approximately 0.07% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 34;
|
$browser_version: 34.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,8 +168,9 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
"cryptography": y,
|
"cryptography": y,
|
||||||
"template": y,
|
"template": y,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": pd,
|
"imports": pd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": nd,
|
"css-touch-action": nd,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 35 (approximately 0.11% of all users)
|
* Browser: Firefox 35.0 (approximately 0.08% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 35;
|
$browser_version: 35.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,8 +168,9 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
"cryptography": y,
|
"cryptography": y,
|
||||||
"template": y,
|
"template": y,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": pd,
|
"imports": pd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": nd,
|
"css-touch-action": nd,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 36 (approximately 0.11% of all users)
|
* Browser: Firefox 36.0 (approximately 0.08% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 36;
|
$browser_version: 36.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,8 +168,9 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
"cryptography": y,
|
"cryptography": y,
|
||||||
"template": y,
|
"template": y,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": pd,
|
"imports": pd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": nd,
|
"css-touch-action": nd,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": y,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 37 (approximately 0.17% of all users)
|
* Browser: Firefox 37.0 (approximately 0.14% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 37;
|
$browser_version: 37.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,8 +168,9 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
"cryptography": y,
|
"cryptography": y,
|
||||||
"template": y,
|
"template": y,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": pd,
|
"imports": pd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": nd,
|
"css-touch-action": nd,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": y,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 38 (approximately 0.51% of all users)
|
* Browser: Firefox 38.0 (approximately 0.29% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 38;
|
$browser_version: 38.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": pd,
|
"imports": pd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": nd,
|
"css-touch-action": nd,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": y,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 39 (approximately 4.0% of all users)
|
* Browser: Firefox 39.0 (approximately 0.15% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 39;
|
$browser_version: 39.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": y,
|
"input-range": y,
|
||||||
"matchmedia": y,
|
"matchmedia": y,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": y,
|
||||||
"input-color": y,
|
"input-color": y,
|
||||||
"input-number": y,
|
"input-number": y,
|
||||||
"getboundingclientrect": y,
|
"getboundingclientrect": y,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": y,
|
"download": y,
|
||||||
"pointer": p,
|
"pointer": p,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": y,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": a,
|
"input-autocomplete-onoff": a,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": pd,
|
"imports": pd,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": y,
|
"css-background-offsets": y,
|
||||||
"css-supports-api": y,
|
"css-supports-api": y,
|
||||||
"css-touch-action": nd,
|
"css-touch-action": nd,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": y,
|
"ol-reversed": y,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": y,
|
||||||
"css-all": y,
|
"css-all": y,
|
||||||
"css-initial-value": y,
|
"css-initial-value": y,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": y,
|
"insertadjacenthtml": y,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": y,
|
"arrow-functions": y,
|
||||||
|
"asmjs": y,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": y,
|
"rest-parameters": y,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": y,
|
"customevent": y,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": y,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* ../application
|
* ../application
|
||||||
* Browser: Firefox 4 (approximately 0.02% of all users)
|
* Browser: Firefox 4.0 (approximately 0.01% of all users)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$browser: firefox;
|
$browser: firefox;
|
||||||
$browser_prefix: moz;
|
$browser_prefix: moz;
|
||||||
$browser_version: 4;
|
$browser_version: 4.0;
|
||||||
$browser_type: desktop;
|
$browser_type: desktop;
|
||||||
|
|
||||||
// CSS Compatibility
|
// CSS Compatibility
|
||||||
@ -144,6 +144,7 @@ $browser_capabilities: (
|
|||||||
"input-range": n,
|
"input-range": n,
|
||||||
"matchmedia": n,
|
"matchmedia": n,
|
||||||
"input-datetime": n,
|
"input-datetime": n,
|
||||||
|
"document-execcommand": n,
|
||||||
"input-color": n,
|
"input-color": n,
|
||||||
"input-number": n,
|
"input-number": n,
|
||||||
"getboundingclientrect": a,
|
"getboundingclientrect": a,
|
||||||
@ -167,6 +168,7 @@ $browser_capabilities: (
|
|||||||
"download": n,
|
"download": n,
|
||||||
"pointer": n,
|
"pointer": n,
|
||||||
"user-select-none": yx,
|
"user-select-none": yx,
|
||||||
|
"input-file-accept": a,
|
||||||
"webp": p,
|
"webp": p,
|
||||||
"input-autocomplete-onoff": y,
|
"input-autocomplete-onoff": y,
|
||||||
"intrinsic-width": ax,
|
"intrinsic-width": ax,
|
||||||
@ -221,7 +223,8 @@ $browser_capabilities: (
|
|||||||
"imports": n,
|
"imports": n,
|
||||||
"input-file-multiple": y,
|
"input-file-multiple": y,
|
||||||
"atob-btoa": y,
|
"atob-btoa": y,
|
||||||
"css-appearance": yx,
|
"css-appearance": ax,
|
||||||
|
"objectrtc": n,
|
||||||
"css-background-offsets": n,
|
"css-background-offsets": n,
|
||||||
"css-supports-api": n,
|
"css-supports-api": n,
|
||||||
"css-touch-action": n,
|
"css-touch-action": n,
|
||||||
@ -285,6 +288,7 @@ $browser_capabilities: (
|
|||||||
"ol-reversed": n,
|
"ol-reversed": n,
|
||||||
"css-first-letter": y,
|
"css-first-letter": y,
|
||||||
"wbr-element": y,
|
"wbr-element": y,
|
||||||
|
"const": a,
|
||||||
"css-all": n,
|
"css-all": n,
|
||||||
"css-initial-value": n,
|
"css-initial-value": n,
|
||||||
"css-letter-spacing": y,
|
"css-letter-spacing": y,
|
||||||
@ -292,6 +296,9 @@ $browser_capabilities: (
|
|||||||
"insertadjacenthtml": n,
|
"insertadjacenthtml": n,
|
||||||
"let": nd,
|
"let": nd,
|
||||||
"arrow-functions": n,
|
"arrow-functions": n,
|
||||||
|
"asmjs": n,
|
||||||
|
"lazyload": n,
|
||||||
|
"link-rel-dns-prefetch": y,
|
||||||
"link-rel-prerender": n,
|
"link-rel-prerender": n,
|
||||||
"rest-parameters": n,
|
"rest-parameters": n,
|
||||||
"css-cross-fade": n,
|
"css-cross-fade": n,
|
||||||
@ -299,10 +306,31 @@ $browser_capabilities: (
|
|||||||
"customevent": n,
|
"customevent": n,
|
||||||
"textcontent": y,
|
"textcontent": y,
|
||||||
"addeventlistener": y,
|
"addeventlistener": y,
|
||||||
|
"dispatchevent": y,
|
||||||
"documenthead": y,
|
"documenthead": y,
|
||||||
"innertext": n,
|
"innertext": n,
|
||||||
|
"client-hints-dpr-width-viewport": n,
|
||||||
|
"link-rel-preconnect": n,
|
||||||
"netinfo": n,
|
"netinfo": n,
|
||||||
"setimmediate": 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,
|
||||||
|
"push-api": n,
|
||||||
|
"background-position-x-y": n
|
||||||
);
|
);
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
@import "bumbleberry-settings";
|
||||||
|
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