commit
72c1fc682a
6
.gitignore
vendored
6
.gitignore
vendored
@ -51,8 +51,6 @@ pickle-email-*.html
|
|||||||
# We'll be testing in 'preview' to avoid clashes
|
# We'll be testing in 'preview' to avoid clashes
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Ignore Redis' dataset snapshot
|
# Ignore Redis' dataset snapshot
|
||||||
dump.rdb
|
dump.rdb
|
||||||
|
|
||||||
@ -74,6 +72,10 @@ brakeman.html
|
|||||||
/app/assets/stylesheets/email-example/*
|
/app/assets/stylesheets/email-example/*
|
||||||
/app/assets/stylesheets/translations/*
|
/app/assets/stylesheets/translations/*
|
||||||
/app/assets/stylesheets/web-fonts/*
|
/app/assets/stylesheets/web-fonts/*
|
||||||
|
/app/assets/stylesheets/translations/*
|
||||||
|
|
||||||
|
# Ignore test artifacts
|
||||||
|
/config/locales/data/html_records/*
|
||||||
|
|
||||||
# Ignore sensitive data
|
# Ignore sensitive data
|
||||||
/config/settings/local.rb
|
/config/settings/local.rb
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@ -14,7 +14,7 @@ else
|
|||||||
end
|
end
|
||||||
|
|
||||||
gem 'tzinfo-data'
|
gem 'tzinfo-data'
|
||||||
gem 'sass'#, '~> 3.4.13'
|
gem 'sass'
|
||||||
gem 'sass-rails'
|
gem 'sass-rails'
|
||||||
|
|
||||||
if Dir.exists?('../bumbleberry')
|
if Dir.exists?('../bumbleberry')
|
||||||
|
|||||||
524
Gemfile.lock
524
Gemfile.lock
@ -1,524 +0,0 @@
|
|||||||
GIT
|
|
||||||
remote: git://github.com/cucumber/cucumber-rails.git
|
|
||||||
revision: 57f244bba1b953f2125ba01a2a4afb5fe95ed39d
|
|
||||||
specs:
|
|
||||||
cucumber-rails (1.4.2)
|
|
||||||
capybara (>= 1.1.2, < 3)
|
|
||||||
cucumber (>= 1.3.8, < 3)
|
|
||||||
mime-types (>= 1.16, < 4)
|
|
||||||
nokogiri (~> 1.5)
|
|
||||||
railties (>= 3, < 5)
|
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: git://github.com/cucumber/cucumber-ruby-core.git
|
|
||||||
revision: 4eaa907716637579a996b10840fce207cc4bd095
|
|
||||||
branch: integrate-gherkin3-parser
|
|
||||||
specs:
|
|
||||||
cucumber-core (1.2.0)
|
|
||||||
gherkin3 (~> 3.1.0)
|
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: git://github.com/cucumber/cucumber-ruby.git
|
|
||||||
revision: ed5e3822b1f5776108737109eb266b8411b5d0a7
|
|
||||||
branch: integrate-gherkin3-parser
|
|
||||||
specs:
|
|
||||||
cucumber (2.0.2)
|
|
||||||
builder (>= 2.1.2)
|
|
||||||
cucumber-core (~> 1.2.0)
|
|
||||||
diff-lcs (>= 1.1.3)
|
|
||||||
gherkin3 (~> 3.1.0)
|
|
||||||
multi_json (>= 1.7.5, < 2.0)
|
|
||||||
multi_test (>= 0.1.2)
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: ../bumbleberry
|
|
||||||
specs:
|
|
||||||
bumbleberry (0.0.1)
|
|
||||||
blockspring
|
|
||||||
cairo
|
|
||||||
railties
|
|
||||||
rsvg2
|
|
||||||
sass-json-vars
|
|
||||||
sass-rails
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: ../lingua_franca
|
|
||||||
specs:
|
|
||||||
lingua_franca (0.0.1)
|
|
||||||
diffy
|
|
||||||
forgery
|
|
||||||
http_accept_language
|
|
||||||
i18n
|
|
||||||
rails (~> 4.2.0.rc2)
|
|
||||||
rails-i18n
|
|
||||||
rubyzip
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: http://rubygems.org/
|
|
||||||
specs:
|
|
||||||
actionmailer (4.2.0)
|
|
||||||
actionpack (= 4.2.0)
|
|
||||||
actionview (= 4.2.0)
|
|
||||||
activejob (= 4.2.0)
|
|
||||||
mail (~> 2.5, >= 2.5.4)
|
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
||||||
actionpack (4.2.0)
|
|
||||||
actionview (= 4.2.0)
|
|
||||||
activesupport (= 4.2.0)
|
|
||||||
rack (~> 1.6.0)
|
|
||||||
rack-test (~> 0.6.2)
|
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
|
||||||
actionview (4.2.0)
|
|
||||||
activesupport (= 4.2.0)
|
|
||||||
builder (~> 3.1)
|
|
||||||
erubis (~> 2.7.0)
|
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
|
||||||
activejob (4.2.0)
|
|
||||||
activesupport (= 4.2.0)
|
|
||||||
globalid (>= 0.3.0)
|
|
||||||
activemodel (4.2.0)
|
|
||||||
activesupport (= 4.2.0)
|
|
||||||
builder (~> 3.1)
|
|
||||||
activerecord (4.2.0)
|
|
||||||
activemodel (= 4.2.0)
|
|
||||||
activesupport (= 4.2.0)
|
|
||||||
arel (~> 6.0)
|
|
||||||
activerecord-session_store (0.1.2)
|
|
||||||
actionpack (>= 4.0.0, < 5)
|
|
||||||
activerecord (>= 4.0.0, < 5)
|
|
||||||
railties (>= 4.0.0, < 5)
|
|
||||||
activesupport (4.2.0)
|
|
||||||
i18n (~> 0.7)
|
|
||||||
json (~> 1.7, >= 1.7.7)
|
|
||||||
minitest (~> 5.1)
|
|
||||||
thread_safe (~> 0.3, >= 0.3.4)
|
|
||||||
tzinfo (~> 1.1)
|
|
||||||
acts_as_list (0.7.2)
|
|
||||||
activerecord (>= 3.0)
|
|
||||||
addressable (2.4.0)
|
|
||||||
arel (6.0.3)
|
|
||||||
attr_required (1.0.0)
|
|
||||||
awesome_print (1.6.1)
|
|
||||||
bcrypt (3.1.10-x86-mingw32)
|
|
||||||
better_errors (2.1.1)
|
|
||||||
coderay (>= 1.0.0)
|
|
||||||
erubis (>= 2.6.6)
|
|
||||||
rack (>= 0.9.0)
|
|
||||||
binding_of_caller (0.7.2)
|
|
||||||
debug_inspector (>= 0.0.1)
|
|
||||||
blockspring (0.1.4)
|
|
||||||
rest-client (> 1.6.7)
|
|
||||||
builder (3.2.2)
|
|
||||||
cairo (1.14.3-x86-mingw32)
|
|
||||||
pkg-config (>= 1.1.5)
|
|
||||||
callsite (0.0.11)
|
|
||||||
capistrano (2.15.7)
|
|
||||||
highline
|
|
||||||
net-scp (>= 1.0.0)
|
|
||||||
net-sftp (>= 2.0.0)
|
|
||||||
net-ssh (>= 2.0.14)
|
|
||||||
net-ssh-gateway (>= 1.1.0)
|
|
||||||
capybara (2.5.0)
|
|
||||||
mime-types (>= 1.16)
|
|
||||||
nokogiri (>= 1.3.3)
|
|
||||||
rack (>= 1.0.0)
|
|
||||||
rack-test (>= 0.5.4)
|
|
||||||
xpath (~> 2.0)
|
|
||||||
carrierwave (0.10.0)
|
|
||||||
activemodel (>= 3.2.0)
|
|
||||||
activesupport (>= 3.2.0)
|
|
||||||
json (>= 1.7)
|
|
||||||
mime-types (>= 1.16)
|
|
||||||
carrierwave-imageoptimizer (1.2.1)
|
|
||||||
carrierwave (~> 0.8)
|
|
||||||
image_optimizer (~> 1.2)
|
|
||||||
childprocess (0.5.9)
|
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
|
||||||
cliver (0.3.2)
|
|
||||||
coderay (1.1.0)
|
|
||||||
coffee-rails (4.0.1)
|
|
||||||
coffee-script (>= 2.2.0)
|
|
||||||
railties (>= 4.0.0, < 5.0)
|
|
||||||
coffee-script (2.4.1)
|
|
||||||
coffee-script-source
|
|
||||||
execjs
|
|
||||||
coffee-script-source (1.10.0)
|
|
||||||
concurrent-ruby (1.0.0)
|
|
||||||
copydb (0.3.0)
|
|
||||||
faker (~> 0.9.5)
|
|
||||||
coveralls (0.8.10)
|
|
||||||
json (~> 1.8)
|
|
||||||
rest-client (>= 1.6.8, < 2)
|
|
||||||
simplecov (~> 0.11.0)
|
|
||||||
term-ansicolor (~> 1.3)
|
|
||||||
thor (~> 0.19.1)
|
|
||||||
tins (~> 1.6.0)
|
|
||||||
crack (0.4.3)
|
|
||||||
safe_yaml (~> 1.0.0)
|
|
||||||
daemon-spawn (0.4.2)
|
|
||||||
daemons (1.2.3)
|
|
||||||
database_cleaner (1.5.1)
|
|
||||||
debug_inspector (0.0.2)
|
|
||||||
delayed_job (4.1.1)
|
|
||||||
activesupport (>= 3.0, < 5.0)
|
|
||||||
delayed_job_active_record (4.1.0)
|
|
||||||
activerecord (>= 3.0, < 5)
|
|
||||||
delayed_job (>= 3.0, < 5)
|
|
||||||
diff-lcs (1.2.5)
|
|
||||||
diffy (3.1.0)
|
|
||||||
docile (1.1.5)
|
|
||||||
domain_name (0.5.25)
|
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
|
||||||
erubis (2.7.0)
|
|
||||||
execjs (2.6.0)
|
|
||||||
factory_girl (4.5.0)
|
|
||||||
activesupport (>= 3.0.0)
|
|
||||||
factory_girl_rails (4.5.0)
|
|
||||||
factory_girl (~> 4.5.0)
|
|
||||||
railties (>= 3.0.0)
|
|
||||||
faker (0.9.5)
|
|
||||||
i18n (~> 0.4)
|
|
||||||
faraday (0.9.2)
|
|
||||||
multipart-post (>= 1.2, < 3)
|
|
||||||
ffi (1.9.10-x86-mingw32)
|
|
||||||
font-awesome-rails (4.5.0.0)
|
|
||||||
railties (>= 3.2, < 5.0)
|
|
||||||
forgery (0.6.0)
|
|
||||||
formatador (0.2.5)
|
|
||||||
gdk_pixbuf2 (3.0.7-x86-mingw32)
|
|
||||||
glib2 (= 3.0.7)
|
|
||||||
geocoder (1.2.14)
|
|
||||||
gherkin3 (3.1.2)
|
|
||||||
git-version-bump (0.15.1)
|
|
||||||
glib2 (3.0.7-x86-mingw32)
|
|
||||||
cairo (>= 1.12.8)
|
|
||||||
pkg-config
|
|
||||||
globalid (0.3.6)
|
|
||||||
activesupport (>= 4.1.0)
|
|
||||||
guard (2.13.0)
|
|
||||||
formatador (>= 0.2.4)
|
|
||||||
listen (>= 2.7, <= 4.0)
|
|
||||||
lumberjack (~> 1.0)
|
|
||||||
nenv (~> 0.1)
|
|
||||||
notiffany (~> 0.0)
|
|
||||||
pry (>= 0.9.12)
|
|
||||||
shellany (~> 0.0)
|
|
||||||
thor (>= 0.18.1)
|
|
||||||
guard-compat (1.2.1)
|
|
||||||
guard-rspec (4.6.4)
|
|
||||||
guard (~> 2.1)
|
|
||||||
guard-compat (~> 1.1)
|
|
||||||
rspec (>= 2.99.0, < 4.0)
|
|
||||||
haml (4.0.7)
|
|
||||||
tilt
|
|
||||||
haml-rails (0.9.0)
|
|
||||||
actionpack (>= 4.0.1)
|
|
||||||
activesupport (>= 4.0.1)
|
|
||||||
haml (>= 4.0.6, < 5.0)
|
|
||||||
html2haml (>= 1.0.1)
|
|
||||||
railties (>= 4.0.1)
|
|
||||||
hashdiff (0.2.3)
|
|
||||||
highline (1.7.8)
|
|
||||||
html2haml (2.0.0)
|
|
||||||
erubis (~> 2.7.0)
|
|
||||||
haml (~> 4.0.0)
|
|
||||||
nokogiri (~> 1.6.0)
|
|
||||||
ruby_parser (~> 3.5)
|
|
||||||
http-cookie (1.0.2)
|
|
||||||
domain_name (~> 0.5)
|
|
||||||
http_accept_language (2.0.5)
|
|
||||||
httpauth (0.2.1)
|
|
||||||
i18n (0.7.0)
|
|
||||||
image_optimizer (1.3.0)
|
|
||||||
jquery-rails (4.1.0)
|
|
||||||
rails-dom-testing (~> 1.0)
|
|
||||||
railties (>= 4.2.0)
|
|
||||||
thor (>= 0.14, < 2.0)
|
|
||||||
jquery-ui-rails (5.0.5)
|
|
||||||
railties (>= 3.2.16)
|
|
||||||
json (1.8.3)
|
|
||||||
jwt (0.1.13)
|
|
||||||
multi_json (>= 1.5)
|
|
||||||
kgio (2.10.0)
|
|
||||||
launchy (2.4.3)
|
|
||||||
addressable (~> 2.3)
|
|
||||||
listen (3.0.5)
|
|
||||||
rb-fsevent (>= 0.9.3)
|
|
||||||
rb-inotify (>= 0.9)
|
|
||||||
loofah (2.0.3)
|
|
||||||
nokogiri (>= 1.5.9)
|
|
||||||
lumberjack (1.0.10)
|
|
||||||
mail (2.6.3)
|
|
||||||
mime-types (>= 1.16, < 3)
|
|
||||||
meta_request (0.3.4)
|
|
||||||
callsite (~> 0.0, >= 0.0.11)
|
|
||||||
rack-contrib (~> 1.1)
|
|
||||||
railties (>= 3.0.0, < 5.0.0)
|
|
||||||
metaclass (0.0.4)
|
|
||||||
method_source (0.8.2)
|
|
||||||
mime-types (2.99)
|
|
||||||
mini_magick (4.3.6)
|
|
||||||
mini_portile2 (2.0.0)
|
|
||||||
minitest (5.8.3)
|
|
||||||
mocha (1.1.0)
|
|
||||||
metaclass (~> 0.0.1)
|
|
||||||
multi_json (1.11.2)
|
|
||||||
multi_test (0.1.2)
|
|
||||||
multipart-post (2.0.0)
|
|
||||||
nenv (0.2.0)
|
|
||||||
nested_form (0.3.2)
|
|
||||||
net-scp (1.2.1)
|
|
||||||
net-ssh (>= 2.6.5)
|
|
||||||
net-sftp (2.1.2)
|
|
||||||
net-ssh (>= 2.6.5)
|
|
||||||
net-ssh (3.0.2)
|
|
||||||
net-ssh-gateway (1.2.0)
|
|
||||||
net-ssh (>= 2.6.5)
|
|
||||||
netrc (0.11.0)
|
|
||||||
nokogiri (1.6.7.1-x86-mingw32)
|
|
||||||
mini_portile2 (~> 2.0.0.rc2)
|
|
||||||
notiffany (0.0.8)
|
|
||||||
nenv (~> 0.1)
|
|
||||||
shellany (~> 0.0)
|
|
||||||
oauth (0.4.7)
|
|
||||||
oauth2 (0.8.1)
|
|
||||||
faraday (~> 0.8)
|
|
||||||
httpauth (~> 0.1)
|
|
||||||
jwt (~> 0.1.4)
|
|
||||||
multi_json (~> 1.0)
|
|
||||||
rack (~> 1.2)
|
|
||||||
pango (3.0.7-x86-mingw32)
|
|
||||||
cairo (>= 1.14.0)
|
|
||||||
glib2 (= 3.0.7)
|
|
||||||
paper_trail (3.0.9)
|
|
||||||
activerecord (>= 3.0, < 5.0)
|
|
||||||
activesupport (>= 3.0, < 5.0)
|
|
||||||
paypal-express (0.7.1)
|
|
||||||
activesupport (>= 2.3)
|
|
||||||
attr_required (>= 0.0.5)
|
|
||||||
rest-client
|
|
||||||
pg (0.18.4-x86-mingw32)
|
|
||||||
pkg-config (1.1.7)
|
|
||||||
poltergeist (1.8.1)
|
|
||||||
capybara (~> 2.1)
|
|
||||||
cliver (~> 0.3.1)
|
|
||||||
multi_json (~> 1.0)
|
|
||||||
websocket-driver (>= 0.2.0)
|
|
||||||
pry (0.10.3)
|
|
||||||
coderay (~> 1.1.0)
|
|
||||||
method_source (~> 0.8.1)
|
|
||||||
slop (~> 3.4)
|
|
||||||
rack (1.6.4)
|
|
||||||
rack-contrib (1.4.0)
|
|
||||||
git-version-bump (~> 0.15)
|
|
||||||
rack (~> 1.4)
|
|
||||||
rack-test (0.6.3)
|
|
||||||
rack (>= 1.0)
|
|
||||||
rails (4.2.0)
|
|
||||||
actionmailer (= 4.2.0)
|
|
||||||
actionpack (= 4.2.0)
|
|
||||||
actionview (= 4.2.0)
|
|
||||||
activejob (= 4.2.0)
|
|
||||||
activemodel (= 4.2.0)
|
|
||||||
activerecord (= 4.2.0)
|
|
||||||
activesupport (= 4.2.0)
|
|
||||||
bundler (>= 1.3.0, < 2.0)
|
|
||||||
railties (= 4.2.0)
|
|
||||||
sprockets-rails
|
|
||||||
rails-deprecated_sanitizer (1.0.3)
|
|
||||||
activesupport (>= 4.2.0.alpha)
|
|
||||||
rails-dom-testing (1.0.7)
|
|
||||||
activesupport (>= 4.2.0.beta, < 5.0)
|
|
||||||
nokogiri (~> 1.6.0)
|
|
||||||
rails-deprecated_sanitizer (>= 1.0.1)
|
|
||||||
rails-html-sanitizer (1.0.2)
|
|
||||||
loofah (~> 2.0)
|
|
||||||
rails-i18n (4.0.8)
|
|
||||||
i18n (~> 0.7)
|
|
||||||
railties (~> 4.0)
|
|
||||||
rails_12factor (0.0.3)
|
|
||||||
rails_serve_static_assets
|
|
||||||
rails_stdout_logging
|
|
||||||
rails_serve_static_assets (0.0.4)
|
|
||||||
rails_stdout_logging (0.0.4)
|
|
||||||
railties (4.2.0)
|
|
||||||
actionpack (= 4.2.0)
|
|
||||||
activesupport (= 4.2.0)
|
|
||||||
rake (>= 0.8.7)
|
|
||||||
thor (>= 0.18.1, < 2.0)
|
|
||||||
raindrops (0.15.0)
|
|
||||||
rake (10.5.0)
|
|
||||||
rb-fsevent (0.9.7)
|
|
||||||
rb-inotify (0.9.5)
|
|
||||||
ffi (>= 0.5.0)
|
|
||||||
redcarpet (3.3.4)
|
|
||||||
rest-client (1.8.0-x86-mingw32)
|
|
||||||
ffi (~> 1.9)
|
|
||||||
http-cookie (>= 1.0.2, < 2.0)
|
|
||||||
mime-types (>= 1.16, < 3.0)
|
|
||||||
netrc (~> 0.7)
|
|
||||||
rspec (3.4.0)
|
|
||||||
rspec-core (~> 3.4.0)
|
|
||||||
rspec-expectations (~> 3.4.0)
|
|
||||||
rspec-mocks (~> 3.4.0)
|
|
||||||
rspec-core (3.4.1)
|
|
||||||
rspec-support (~> 3.4.0)
|
|
||||||
rspec-expectations (3.4.0)
|
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
|
||||||
rspec-support (~> 3.4.0)
|
|
||||||
rspec-mocks (3.4.1)
|
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
|
||||||
rspec-support (~> 3.4.0)
|
|
||||||
rspec-rails (3.4.0)
|
|
||||||
actionpack (>= 3.0, < 4.3)
|
|
||||||
activesupport (>= 3.0, < 4.3)
|
|
||||||
railties (>= 3.0, < 4.3)
|
|
||||||
rspec-core (~> 3.4.0)
|
|
||||||
rspec-expectations (~> 3.4.0)
|
|
||||||
rspec-mocks (~> 3.4.0)
|
|
||||||
rspec-support (~> 3.4.0)
|
|
||||||
rspec-support (3.4.1)
|
|
||||||
rsvg2 (3.0.7-x86-mingw32)
|
|
||||||
cairo (>= 1.12.8)
|
|
||||||
gdk_pixbuf2 (= 3.0.7)
|
|
||||||
pango (>= 3.0.7)
|
|
||||||
ruby_parser (3.7.2)
|
|
||||||
sexp_processor (~> 4.1)
|
|
||||||
rubyzip (1.1.7)
|
|
||||||
rvm-capistrano (1.5.6)
|
|
||||||
capistrano (~> 2.15.4)
|
|
||||||
safe_yaml (1.0.4)
|
|
||||||
sass (3.4.21)
|
|
||||||
sass-json-vars (0.3.3)
|
|
||||||
sass (>= 3.1)
|
|
||||||
sass-rails (5.0.4)
|
|
||||||
railties (>= 4.0.0, < 5.0)
|
|
||||||
sass (~> 3.1)
|
|
||||||
sprockets (>= 2.8, < 4.0)
|
|
||||||
sprockets-rails (>= 2.0, < 4.0)
|
|
||||||
tilt (>= 1.1, < 3)
|
|
||||||
selenium-webdriver (2.49.0)
|
|
||||||
childprocess (~> 0.5)
|
|
||||||
multi_json (~> 1.0)
|
|
||||||
rubyzip (~> 1.0)
|
|
||||||
websocket (~> 1.0)
|
|
||||||
sexp_processor (4.6.0)
|
|
||||||
shellany (0.0.1)
|
|
||||||
simplecov (0.11.1)
|
|
||||||
docile (~> 1.1.0)
|
|
||||||
json (~> 1.8)
|
|
||||||
simplecov-html (~> 0.10.0)
|
|
||||||
simplecov-html (0.10.0)
|
|
||||||
sitemap_generator (5.1.0)
|
|
||||||
builder
|
|
||||||
slop (3.6.0)
|
|
||||||
sorcery (0.9.1)
|
|
||||||
bcrypt (~> 3.1)
|
|
||||||
oauth (~> 0.4, >= 0.4.4)
|
|
||||||
oauth2 (>= 0.8.0)
|
|
||||||
sprockets (3.5.2)
|
|
||||||
concurrent-ruby (~> 1.0)
|
|
||||||
rack (> 1, < 3)
|
|
||||||
sprockets-rails (3.0.0)
|
|
||||||
actionpack (>= 4.0)
|
|
||||||
activesupport (>= 4.0)
|
|
||||||
sprockets (>= 3.0.0)
|
|
||||||
term-ansicolor (1.3.2)
|
|
||||||
tins (~> 1.0)
|
|
||||||
thor (0.19.1)
|
|
||||||
thread_safe (0.3.5)
|
|
||||||
tilt (2.0.2)
|
|
||||||
tins (1.6.0)
|
|
||||||
tzinfo (1.2.2)
|
|
||||||
thread_safe (~> 0.1)
|
|
||||||
tzinfo-data (1.2015.7)
|
|
||||||
tzinfo (>= 1.0.0)
|
|
||||||
uglifier (2.7.2)
|
|
||||||
execjs (>= 0.3.0)
|
|
||||||
json (>= 1.8.0)
|
|
||||||
unf (0.1.4)
|
|
||||||
unf_ext
|
|
||||||
unf_ext (0.0.7.1-x86-mingw32)
|
|
||||||
unicorn (5.0.1)
|
|
||||||
kgio (~> 2.6)
|
|
||||||
rack
|
|
||||||
raindrops (~> 0.7)
|
|
||||||
wdm (0.1.1)
|
|
||||||
webmock (1.22.6)
|
|
||||||
addressable (>= 2.3.6)
|
|
||||||
crack (>= 0.3.2)
|
|
||||||
hashdiff
|
|
||||||
websocket (1.2.2)
|
|
||||||
websocket-driver (0.6.3)
|
|
||||||
websocket-extensions (>= 0.1.0)
|
|
||||||
websocket-extensions (0.1.2)
|
|
||||||
wysiwyg-rails (2.0.5)
|
|
||||||
font-awesome-rails (~> 4.4, >= 4.4.0.0)
|
|
||||||
railties (>= 3.2, < 5.0)
|
|
||||||
xpath (2.0.0)
|
|
||||||
nokogiri (~> 1.3)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
x86-mingw32
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
activerecord-session_store
|
|
||||||
acts_as_list
|
|
||||||
awesome_print
|
|
||||||
better_errors
|
|
||||||
binding_of_caller
|
|
||||||
bumbleberry!
|
|
||||||
capistrano
|
|
||||||
carrierwave
|
|
||||||
carrierwave-imageoptimizer
|
|
||||||
coffee-rails (~> 4.0.0)
|
|
||||||
copydb
|
|
||||||
coveralls
|
|
||||||
cucumber!
|
|
||||||
cucumber-core!
|
|
||||||
cucumber-rails!
|
|
||||||
daemon-spawn
|
|
||||||
daemons
|
|
||||||
database_cleaner
|
|
||||||
delayed_job_active_record
|
|
||||||
factory_girl_rails
|
|
||||||
font-awesome-rails
|
|
||||||
geocoder
|
|
||||||
gherkin3 (>= 3.1.0)
|
|
||||||
guard-rspec
|
|
||||||
haml
|
|
||||||
haml-rails
|
|
||||||
jquery-rails
|
|
||||||
jquery-ui-rails
|
|
||||||
launchy
|
|
||||||
lingua_franca!
|
|
||||||
meta_request
|
|
||||||
mini_magick
|
|
||||||
mocha
|
|
||||||
nested_form
|
|
||||||
oauth2 (~> 0.8.0)
|
|
||||||
paper_trail (~> 3.0.5)
|
|
||||||
paypal-express (= 0.7.1)
|
|
||||||
pg
|
|
||||||
poltergeist
|
|
||||||
rails (= 4.2.0)
|
|
||||||
rails_12factor
|
|
||||||
redcarpet
|
|
||||||
rspec
|
|
||||||
rspec-rails
|
|
||||||
rvm-capistrano
|
|
||||||
sass
|
|
||||||
sass-json-vars
|
|
||||||
sass-rails
|
|
||||||
selenium-webdriver
|
|
||||||
simplecov
|
|
||||||
sitemap_generator
|
|
||||||
sorcery (>= 0.8.1)
|
|
||||||
tzinfo-data
|
|
||||||
uglifier (>= 1.3.0)
|
|
||||||
unicorn
|
|
||||||
wdm (>= 0.1.0)
|
|
||||||
webmock
|
|
||||||
wysiwyg-rails
|
|
||||||
Binary file not shown.
@ -1,217 +0,0 @@
|
|||||||
#= require froala_editor.min.js
|
|
||||||
|
|
||||||
# I18n
|
|
||||||
|
|
||||||
'use strict'
|
|
||||||
|
|
||||||
startSpinner = ->
|
|
||||||
$('#loading-spinner').show()
|
|
||||||
|
|
||||||
stopSpinner = ->
|
|
||||||
$('#loading-spinner').fadeOut()
|
|
||||||
|
|
||||||
# Turbolinks Spinner
|
|
||||||
document.addEventListener 'page:fetch', startSpinner
|
|
||||||
document.addEventListener 'page:receive', stopSpinner
|
|
||||||
|
|
||||||
readURL = (input) ->
|
|
||||||
reader = null
|
|
||||||
if input.files && input.files[0]
|
|
||||||
reader = new FileReader()
|
|
||||||
reader.readAsDataURL input.files[0]
|
|
||||||
reader.onload = (e) ->
|
|
||||||
$(input).prev().attr('src', e.target.result)
|
|
||||||
|
|
||||||
createOverlay = () ->
|
|
||||||
if $('#overlay').length > 0
|
|
||||||
$('#overlay').remove()
|
|
||||||
$('body').append('<div id="overlay" class="loading"><div id="overlay-inner"></div></div>')
|
|
||||||
$('#overlay-dlg')
|
|
||||||
|
|
||||||
setOverlayHTML = (html) ->
|
|
||||||
$('#overlay-inner').append('<div id="overlay-dlg">' + html + '</div>');
|
|
||||||
$('#overlay').removeAttr('class').click(destroyOverlay)
|
|
||||||
|
|
||||||
destroyOverlay = () ->
|
|
||||||
$('#overlay').remove()
|
|
||||||
|
|
||||||
selectA = (type, event, $emptyObj) ->
|
|
||||||
event.preventDefault()
|
|
||||||
# = $(this)
|
|
||||||
$overlay = createOverlay()
|
|
||||||
objs = []
|
|
||||||
$('.' + type + '-select-field.added input.' + type + '-id').each () -> obj.push($(this).val())
|
|
||||||
$.post window.location.href.replace(/^(.*\/)(.+?)$/, '$1non$2'), {added: objs},
|
|
||||||
(html) ->
|
|
||||||
setOverlayHTML(html).addClass('' + type + '-select')
|
|
||||||
$('#select-' + type + '-list a').click (event) ->
|
|
||||||
event.preventDefault()
|
|
||||||
|
|
||||||
$this = $(this)
|
|
||||||
$old_field = $emptyObj.closest('.field')
|
|
||||||
$field = $old_field.clone()
|
|
||||||
|
|
||||||
oldID = parseInt($old_field.find('input[type="hidden"]').attr('name').match(/\[(\d+)\]\[id\]/)[1])
|
|
||||||
newID = oldID + 1
|
|
||||||
|
|
||||||
$field.find('input.' + type + '-id').val($this.data().id)
|
|
||||||
$field.find('.' + type + 'name').html($this.find('.' + type + 'name').html()).before('<img src="' + $this.find('img').attr('src') + '" />')
|
|
||||||
$field.find('.select-' + type + '').remove()
|
|
||||||
$field.removeClass('new').addClass('added')
|
|
||||||
$old_field.html (i, html) ->
|
|
||||||
pregex = new RegExp('\\[' + oldID + '\\]', 'g');
|
|
||||||
aregex = new RegExp('_' + oldID + '_', 'g');
|
|
||||||
html.replace(pregex, '[' + newID + ']').replace(aregex, '_' + newID + '_')
|
|
||||||
$field.insertBefore($old_field)
|
|
||||||
$('a.select-' + type + '').click (event) -> selectA(type, event, $(this))
|
|
||||||
|
|
||||||
destroyOverlay()
|
|
||||||
return
|
|
||||||
, 'html'
|
|
||||||
|
|
||||||
updateFormField = () ->
|
|
||||||
$form = $('form#new_registration_form_field')
|
|
||||||
$field_type = $form.find('#registration_form_field_field_type')
|
|
||||||
field_type = $field_type.val()
|
|
||||||
$form.find('.registration-form-field-field').hide()
|
|
||||||
$form.find('.registration-form-field-field.field-type-' + field_type).show()
|
|
||||||
|
|
||||||
updateFormFieldForm = () ->
|
|
||||||
$('form #registration_form_field_field_type').change updateFormField
|
|
||||||
updateFormField()
|
|
||||||
$('form#new_registration_form_field').submit (event) ->
|
|
||||||
event.preventDefault()
|
|
||||||
$form = $(this)
|
|
||||||
serialized = $form.serialize()
|
|
||||||
$.post $form.attr('action'), serialized,
|
|
||||||
(json) ->
|
|
||||||
$form.replaceWith(json.form)
|
|
||||||
$('#registration-form-field-list').html(json.list)
|
|
||||||
updateFormFieldForm()
|
|
||||||
, 'json'
|
|
||||||
updateFormFieldList = () ->
|
|
||||||
$('#registration-form-field-list .add-form-field').click () ->
|
|
||||||
$.post 'form/add-field', {field: $(this).data().id},
|
|
||||||
(json) ->
|
|
||||||
$('#conference-form').html(json.form)
|
|
||||||
$('#registration-form-field-list').html(json.list)
|
|
||||||
updateFormFieldList()
|
|
||||||
return
|
|
||||||
$('#conference-form .remove-form-field').click () ->
|
|
||||||
$.post 'form/remove-field', {field: $(this).data().id},
|
|
||||||
(json) ->
|
|
||||||
$('#conference-form').html(json.form)
|
|
||||||
$('#registration-form-field-list').html(json.list)
|
|
||||||
updateFormFieldList()
|
|
||||||
return
|
|
||||||
|
|
||||||
saveTranslation = ($td, $move_to, auto_translate) ->
|
|
||||||
val = ''
|
|
||||||
do_auto_translate = true
|
|
||||||
if typeof auto_translate == "undefined" || !auto_translate
|
|
||||||
val = $td.find('textarea').val()
|
|
||||||
do_auto_translate = false
|
|
||||||
key = $td.parent().data().key
|
|
||||||
params = {translationkey: key, translationvalue: val, translationlang: window.location.href.replace(/^.*\/(\w+)\/$/, '$1')}
|
|
||||||
if do_auto_translate
|
|
||||||
params['auto_translate'] = true
|
|
||||||
$.post '/translate/', params,
|
|
||||||
(json) ->
|
|
||||||
#console.log json
|
|
||||||
$td.html(json.translation)
|
|
||||||
if $td.parent().hasClass('not-exists')
|
|
||||||
$td.parent().removeClass('not-exists')
|
|
||||||
$td.parent().addClass('exists')
|
|
||||||
$('.translation-form').remove()
|
|
||||||
if typeof $move_to != "undefined" && $move_to
|
|
||||||
startTranslating $move_to
|
|
||||||
return
|
|
||||||
return
|
|
||||||
|
|
||||||
stopTranslating = () -> $('.translation-form').remove()
|
|
||||||
|
|
||||||
startTranslating = ($td) ->
|
|
||||||
stopTranslating()
|
|
||||||
value = if $td.parent().hasClass('not-exists') then '' else $td.html().trim()
|
|
||||||
$tr = $td.parent()
|
|
||||||
key = $tr.data().key
|
|
||||||
$td.append('<div class="translation-form"><textarea>' + value + '</textarea><button class="small" data-key="' + key + '">Save</textarea>')
|
|
||||||
$textarea = $td.find('textarea')
|
|
||||||
$textarea.select()
|
|
||||||
$td.find('.translation-form button').click () -> saveTranslation($td)
|
|
||||||
$textarea.keydown (event) ->
|
|
||||||
if event.keyCode == 9
|
|
||||||
event.preventDefault()
|
|
||||||
$new_tr = if event.shiftKey then $tr.prev() else $tr.next()
|
|
||||||
saveTranslation $td, $new_tr.find('.value')
|
|
||||||
else if event.keyCode == 27
|
|
||||||
stopTranslating()
|
|
||||||
return
|
|
||||||
return
|
|
||||||
|
|
||||||
$ ->
|
|
||||||
#trial = document.createElement('script');
|
|
||||||
#trial.type = 'text/javascript';
|
|
||||||
#trial.async = true;
|
|
||||||
#trial.src = 'http://easy.myfonts.net/v2/js?sid=158991(font-family=Scotch+Modern+Bold)&sid=174040(font-family=Scotch+Micro)&key=WPfecRji9L';
|
|
||||||
#head = document.getElementsByTagName("head")[0];
|
|
||||||
#head.appendChild(trial);
|
|
||||||
#$(document).foundation();
|
|
||||||
#$('[data-editable]').editable({blockTags: ["n", "p", "h2", "blockquote", "pre"], buttons: ["formatBlock", "bold", "italic", "underline", "insertOrderedList", "insertUnorderedList", "sep", "createLink", "insertImage", "insertVideo", "html", "undo", "redo"]})
|
|
||||||
$('.field.country-select select').change () ->
|
|
||||||
$country = $(this)
|
|
||||||
country = $country.val()
|
|
||||||
$territory = $('.field.subregion-select select')
|
|
||||||
if $territory.data().country == country
|
|
||||||
$territory.removeClass('can cant').addClass('can')
|
|
||||||
return
|
|
||||||
|
|
||||||
$.post '/location/territories', {country: country},
|
|
||||||
(json) ->
|
|
||||||
$territory.html('')
|
|
||||||
if json && Object.keys(json).length
|
|
||||||
$.each json, (code, name) ->
|
|
||||||
$territory.append($('<option>').text(name).attr('value', code))
|
|
||||||
return
|
|
||||||
$territory.removeClass('can cant').addClass('can')
|
|
||||||
$territory.data().country = country
|
|
||||||
else
|
|
||||||
$territory.removeClass('can cant').addClass('cant')
|
|
||||||
return
|
|
||||||
, 'json'
|
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
$('img + input[type="file"]').change () ->
|
|
||||||
readURL(this);
|
|
||||||
|
|
||||||
$('a.select-user, a.select-organization').click (event) -> selectA($(this).attr('class').match(/(^|\s)select\-([^\s]+)/)[2], event, $(this))
|
|
||||||
updateFormFieldForm()
|
|
||||||
updateFormFieldList()
|
|
||||||
|
|
||||||
#$('ul.sortable').sortable
|
|
||||||
# handle: '.drag-sort',
|
|
||||||
# items: 'li',
|
|
||||||
# update: (event, props) ->
|
|
||||||
# $(this).children().each (index, child) ->
|
|
||||||
# $(child).find('.sortable-position').val(index + 1)
|
|
||||||
# url = $(this).data().url
|
|
||||||
# if url
|
|
||||||
# data = $(this).find('input, select, textarea').serialize()
|
|
||||||
# $.post url, data#,
|
|
||||||
# # (json) ->
|
|
||||||
# # console.log json
|
|
||||||
# #, 'json'
|
|
||||||
#$('table#translations td.value').click () ->
|
|
||||||
# $this = $(this)
|
|
||||||
# if !$this.find('.translation-form').length
|
|
||||||
# startTranslating($this)
|
|
||||||
#if $('table#translations').length
|
|
||||||
# $(document).click (event) ->
|
|
||||||
# $target = $(event.target)
|
|
||||||
# if $target.closest('table#translations').length < 1 && !$target.hasClass('auto-translate')
|
|
||||||
# stopTranslating()
|
|
||||||
# $('.auto-translate').click (event) ->
|
|
||||||
# event.preventDefault()
|
|
||||||
# $td = $(this).parent()
|
|
||||||
# saveTranslation($td, null, true)
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"breakpoints": {
|
|
||||||
"small": 0,
|
|
||||||
"medium": 320,
|
|
||||||
"large": 1024,
|
|
||||||
"small-only": [0, 320],
|
|
||||||
},
|
|
||||||
"breakpoint-unit": "px",
|
|
||||||
"fallback-range": [320, 1024],
|
|
||||||
"browser_exceptions": {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Place all the behaviors and hooks related to the matching controller here.
|
|
||||||
# All this logic will automatically be available in application.js.
|
|
||||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Place all the behaviors and hooks related to the matching controller here.
|
|
||||||
# All this logic will automatically be available in application.js.
|
|
||||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Place all the behaviors and hooks related to the matching controller here.
|
|
||||||
# All this logic will automatically be available in application.js.
|
|
||||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
|
||||||
@ -1,121 +0,0 @@
|
|||||||
# I18n
|
|
||||||
#= require i18n
|
|
||||||
#= require i18n/translations
|
|
||||||
|
|
||||||
'use strict'
|
|
||||||
|
|
||||||
$(document).ready ->
|
|
||||||
$('#translation-control form').unbind('submit').bind('submit', (event)->
|
|
||||||
event.preventDefault()
|
|
||||||
event.stopPropagation()
|
|
||||||
$form = $(this)
|
|
||||||
serialized = $form.serialize()
|
|
||||||
$form.find('select, button, textarea').prop 'disabled', true
|
|
||||||
$.post $form.attr('action'), serialized,
|
|
||||||
(json) ->
|
|
||||||
if json.success
|
|
||||||
$span = $('.translate-me[data-translate-key="' + json.key + '"]')
|
|
||||||
$span.html(json.translation)
|
|
||||||
$span.attr('data-translate-untranslated', json.translation)
|
|
||||||
$span.removeClass 'untranslated'
|
|
||||||
else if json.test
|
|
||||||
console.log json.test
|
|
||||||
$form.find('select, button, textarea').prop 'disabled', false
|
|
||||||
return
|
|
||||||
, 'json'
|
|
||||||
return
|
|
||||||
)
|
|
||||||
$('.translate-me').click (event)->
|
|
||||||
if event.altKey
|
|
||||||
event.preventDefault()
|
|
||||||
key = $(this).attr('data-translate-key')
|
|
||||||
$('#translationkey').val key
|
|
||||||
resetTranslation key
|
|
||||||
$('#translationvalue').focus()
|
|
||||||
return
|
|
||||||
#$('#translationvalue, #translationkey').focus ->
|
|
||||||
$('#translation-control *').focus ->
|
|
||||||
key = $('#translationkey').val()
|
|
||||||
selectTranslation key
|
|
||||||
updateTranslation key
|
|
||||||
return
|
|
||||||
$('#translationkey').change (event)->
|
|
||||||
#$('#translationvalue').val('')
|
|
||||||
key = $('#translationkey').val()
|
|
||||||
selectTranslation key
|
|
||||||
resetTranslation key
|
|
||||||
#$('#translation').focus()
|
|
||||||
#console.log event
|
|
||||||
return
|
|
||||||
# $('#translationvalue, #translationkey').blur ->
|
|
||||||
$('#translation-control *').blur ->
|
|
||||||
selectTranslation()
|
|
||||||
return
|
|
||||||
$('#translationvalue').bind 'input propertychange', ()->
|
|
||||||
updateTranslation $('#translationkey').val()
|
|
||||||
return
|
|
||||||
return
|
|
||||||
|
|
||||||
selectTranslation = (key)->
|
|
||||||
$span = $('.translate-me.selected');
|
|
||||||
$span.removeClass 'selected'
|
|
||||||
$span.removeClass 'preview'
|
|
||||||
$('#translatevars').hide()
|
|
||||||
$('#translatepluralizations').hide()
|
|
||||||
$('#translatevars ul').html ''
|
|
||||||
$('#translationhascount').val('0')
|
|
||||||
if key
|
|
||||||
$target = $('.translate-me[data-translate-key="' + key + '"]')
|
|
||||||
if !$target || !$target.length
|
|
||||||
return
|
|
||||||
vars = $target.addClass('selected').data().vars
|
|
||||||
if vars
|
|
||||||
keys = Object.keys(vars)
|
|
||||||
if keys.length
|
|
||||||
for i in [0...keys.length]
|
|
||||||
$('#translatevars ul').append ('<li class="var-' + keys[i] + '" title="Value: ' + vars[keys[i]] + '">' + keys[i] + '</li>')
|
|
||||||
if keys[i] == 'count'
|
|
||||||
$('#translatepluralizations').show()
|
|
||||||
$('#translationhascount').val('1')
|
|
||||||
$('#translatevars').show()
|
|
||||||
else
|
|
||||||
$span.html ()->
|
|
||||||
$(this).attr('data-translate-untranslated')
|
|
||||||
return
|
|
||||||
|
|
||||||
updateTranslation = (key)->
|
|
||||||
$span = $('.translate-me[data-translate-key="' + key + '"]')
|
|
||||||
val = $('#translationvalue').val()
|
|
||||||
is_preview = ($span.hasClass 'preview')
|
|
||||||
$('#translatevars li').removeClass('used')
|
|
||||||
if val
|
|
||||||
if !is_preview
|
|
||||||
$span.addClass 'preview'
|
|
||||||
if !$span || !$span.length
|
|
||||||
return
|
|
||||||
vars = $span.data().vars
|
|
||||||
keys = Object.keys(vars)
|
|
||||||
for i in [0...keys.length]
|
|
||||||
_var = new RegExp('%{' + keys[i] + '}')
|
|
||||||
if val.match _var
|
|
||||||
# console.log 'Match!'
|
|
||||||
$('#translatevars li.var-' + keys[i]).addClass('used')
|
|
||||||
val = val.replace _var, vars[keys[i]]
|
|
||||||
else
|
|
||||||
if is_preview
|
|
||||||
$span.removeClass 'preview'
|
|
||||||
$span.html (val || $span.attr('data-translate-untranslated'))
|
|
||||||
return
|
|
||||||
|
|
||||||
resetTranslation = (key)->
|
|
||||||
$target = $('.translate-me[data-translate-key="' + key + '"]')
|
|
||||||
if $target && $target.length
|
|
||||||
translated = $target.data().translateTranslated
|
|
||||||
counts = ['zero', 'one', 'two', 'few', 'many']
|
|
||||||
for i in counts
|
|
||||||
val = translated[key + '.' + i]
|
|
||||||
$('#translationvalue_' + i).val(val || '')
|
|
||||||
$('#translationpluralization_' + i).prop('checked', !!val)
|
|
||||||
val = (translated[key] || translated[key + '.other'])
|
|
||||||
$('#translationvalue').val(val || '')
|
|
||||||
return
|
|
||||||
@ -1,75 +0,0 @@
|
|||||||
$(function() {
|
|
||||||
$('table#translations td.value').click(function() {
|
|
||||||
var $this = $(this);
|
|
||||||
if(!$this.find('.translation-form').length) {
|
|
||||||
startTranslating($this);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
if ($('table#translations').length) {
|
|
||||||
$(document).click(function(event) {
|
|
||||||
$target = $(event.target);
|
|
||||||
if ($target.closest('table#translations').length < 1 && !$target.hasClass('auto-translate')) {
|
|
||||||
stopTranslating();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
$('.auto-translate').click(function(event) {
|
|
||||||
event.preventDefault();
|
|
||||||
$td = $(this).parent();
|
|
||||||
saveTranslation($td, null, true);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
function saveTranslation($td, $move_to, auto_translate) {
|
|
||||||
var val = '';
|
|
||||||
var do_auto_translate = true;
|
|
||||||
if (typeof auto_translate == "undefined" || !auto_translate) {
|
|
||||||
val = $td.find('textarea').val();
|
|
||||||
do_auto_translate = false;
|
|
||||||
}
|
|
||||||
var key = $td.parent().data().key;
|
|
||||||
var params = {
|
|
||||||
translationkey: key,
|
|
||||||
translationvalue: val,
|
|
||||||
translationlang: window.location.href.replace(/^.*\/(\w+)\/$/, '$1')
|
|
||||||
};
|
|
||||||
if (do_auto_translate) {
|
|
||||||
params['auto_translate'] = true;
|
|
||||||
}
|
|
||||||
params['authenticity_token'] = $('table#translations').data().token;
|
|
||||||
$.post('/translate/', params, function(json) {
|
|
||||||
$td.html(json.translation);
|
|
||||||
if ($td.parent().hasClass('not-exists')) {
|
|
||||||
$td.parent().removeClass('not-exists');
|
|
||||||
$td.parent().addClass('exists');
|
|
||||||
}
|
|
||||||
$('.translation-form').remove();
|
|
||||||
if (typeof $move_to != "undefined" && $move_to) {
|
|
||||||
startTranslating($move_to);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function stopTranslating() {
|
|
||||||
$('.translation-form').remove();
|
|
||||||
}
|
|
||||||
|
|
||||||
function startTranslating($td) {
|
|
||||||
stopTranslating();
|
|
||||||
var value = $td.parent().hasClass('not-exists') ? '' : $td.html().trim();
|
|
||||||
var $tr = $td.parent();
|
|
||||||
var key = $tr.data().key;
|
|
||||||
$td.append('<div class="translation-form"><textarea>' + value + '</textarea><button class="small" data-key="' + key + '">Save</textarea>');
|
|
||||||
var $textarea = $td.find('textarea');
|
|
||||||
$textarea.select();
|
|
||||||
$td.find('.translation-form button').click(function() { saveTranslation($td); });
|
|
||||||
$textarea.keydown(function(event) {
|
|
||||||
if (event.keyCode == 9) {
|
|
||||||
event.preventDefault();
|
|
||||||
var $new_tr = event.shiftKey ? $tr.prev() : $tr.next();
|
|
||||||
saveTranslation($td, $new_tr.find('.value'));
|
|
||||||
} else if (event.keyCode == 27) {
|
|
||||||
stopTranslating();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Place all the behaviors and hooks related to the matching controller here.
|
|
||||||
# All this logic will automatically be available in application.js.
|
|
||||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Place all the behaviors and hooks related to the matching controller here.
|
|
||||||
# All this logic will automatically be available in application.js.
|
|
||||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Place all the behaviors and hooks related to the matching controller here.
|
|
||||||
# All this logic will automatically be available in application.js.
|
|
||||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: UC Browser for Android 9.9 (approximately 8.11% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: and_uc;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 9.9;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": y,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": ax,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": n,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": n,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": a,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": n,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": a,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": y,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": yx,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": n,
|
|
||||||
"input-color": a,
|
|
||||||
"input-number": a,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": n,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": yx,
|
|
||||||
"css-selection": n,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": y,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": yx,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": n,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": ax,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": yx,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": u,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": a,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": n,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Android Browser 2.1 (approximately 0.0% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: android;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 2.1;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": a,
|
|
||||||
"audio": n,
|
|
||||||
"contenteditable": n,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": n,
|
|
||||||
"html5semantic": a,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": n,
|
|
||||||
"eot": n,
|
|
||||||
"woff": n,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": ax,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": a,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": n,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": ax,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": yx,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": ax,
|
|
||||||
"css-gradients": ax,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": n,
|
|
||||||
"svg-css": n,
|
|
||||||
"svg-smil": n,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": n,
|
|
||||||
"svg-html": n,
|
|
||||||
"svg-html5": n,
|
|
||||||
"canvas": a,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": u,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": n,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": u,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": n,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": n,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": n,
|
|
||||||
"hidden": n,
|
|
||||||
"script-async": n,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": n,
|
|
||||||
"json": y,
|
|
||||||
"classlist": p,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": n,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": n,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": n,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": a,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": n,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": n,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": n,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": n,
|
|
||||||
"script-defer": n,
|
|
||||||
"nav-timing": n,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": a,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": n,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": u,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": n,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": n,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": n,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": n,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": n,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": u,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": n,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": a,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": u,
|
|
||||||
"ogg-vorbis": u,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": u,
|
|
||||||
"wbr-element": u,
|
|
||||||
"const": u,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": u,
|
|
||||||
"css-letter-spacing": u,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": u,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": n,
|
|
||||||
"textcontent": u,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": u,
|
|
||||||
"documenthead": u,
|
|
||||||
"innertext": u,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": u,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": u,
|
|
||||||
"keyboardevent-charcode": u,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": u,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Android Browser 2.2 (approximately 0.0% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: android;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 2.2;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": a,
|
|
||||||
"audio": n,
|
|
||||||
"contenteditable": n,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": n,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": n,
|
|
||||||
"fontface": a,
|
|
||||||
"eot": n,
|
|
||||||
"woff": n,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": ax,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": a,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": ax,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": ax,
|
|
||||||
"css-gradients": ax,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": n,
|
|
||||||
"svg-css": n,
|
|
||||||
"svg-smil": n,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": n,
|
|
||||||
"svg-html": n,
|
|
||||||
"svg-html5": n,
|
|
||||||
"canvas": a,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": u,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": n,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": u,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": n,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": n,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": n,
|
|
||||||
"hidden": n,
|
|
||||||
"script-async": n,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": p,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": n,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": n,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": n,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": a,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": n,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": n,
|
|
||||||
"script-defer": n,
|
|
||||||
"nav-timing": n,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": a,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": n,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": u,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": n,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": n,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": n,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": n,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": n,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": u,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": n,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": a,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": u,
|
|
||||||
"ogg-vorbis": u,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": u,
|
|
||||||
"wbr-element": u,
|
|
||||||
"const": u,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": u,
|
|
||||||
"css-letter-spacing": u,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": u,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": n,
|
|
||||||
"textcontent": u,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": u,
|
|
||||||
"documenthead": u,
|
|
||||||
"innertext": u,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": a,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": u,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": u,
|
|
||||||
"keyboardevent-charcode": u,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": u,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Android Browser 2.3 (approximately 0.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: android;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 2.3;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": n,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": n,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": n,
|
|
||||||
"fontface": a,
|
|
||||||
"eot": n,
|
|
||||||
"woff": n,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": ax,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": a,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": ax,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": ax,
|
|
||||||
"css-gradients": ax,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": n,
|
|
||||||
"svg-css": n,
|
|
||||||
"svg-smil": n,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": n,
|
|
||||||
"svg-html": n,
|
|
||||||
"svg-html5": n,
|
|
||||||
"canvas": a,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": n,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": n,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": n,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": n,
|
|
||||||
"hidden": n,
|
|
||||||
"script-async": n,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": p,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": n,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": n,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": a,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": n,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": n,
|
|
||||||
"script-defer": n,
|
|
||||||
"nav-timing": n,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": a,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": n,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": n,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": n,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": n,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": n,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": n,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": a,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": a,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": n,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": a,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Android Browser 3.0 (approximately 0.0% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: android;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 3.0;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": n,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": n,
|
|
||||||
"fontface": a,
|
|
||||||
"eot": n,
|
|
||||||
"woff": n,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": ax,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": ax,
|
|
||||||
"css-gradients": ax,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": a,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": n,
|
|
||||||
"svg-html": n,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": n,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": n,
|
|
||||||
"hidden": n,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": n,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": n,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": a,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": n,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": n,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": a,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": n,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": a,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": a,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Android Browser 4.1 (approximately 0.48% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: android;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 4.1;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": n,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": n,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": n,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": a,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": n,
|
|
||||||
"svg-html": n,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": n,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": n,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": a,
|
|
||||||
"history": n,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": a,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": a,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": a,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": p,
|
|
||||||
"css-selection": n,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": a,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": a,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": a,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Android Browser 4.2 (approximately 1.05% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: android;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 4.2;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": n,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": n,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": n,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": a,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": n,
|
|
||||||
"svg-html": n,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": n,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": n,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": a,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": a,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": p,
|
|
||||||
"css-selection": n,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": a,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": a,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": a,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Android Browser 4.4 (approximately 1.05% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: android;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 4.4;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": a,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": y,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": a,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": n,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": n,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": a,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Android Browser 4.4 (approximately 2.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: android;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 4.4;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": a,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": a,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": a,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": n,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": n,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": yx,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": a,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Android Browser 4.0 (approximately 0.1% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: android;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 4.0;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": n,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": n,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": n,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": a,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": n,
|
|
||||||
"svg-html": n,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": n,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": n,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": a,
|
|
||||||
"history": n,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": a,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": n,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": a,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": a,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": p,
|
|
||||||
"css-selection": n,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": n,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": a,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": n,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": a,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": a,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Blackberry Browser 10.0 (approximately 0.0% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: bb;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 10.0;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": n,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": n,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": n,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": y,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": a,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": u,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": n,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": ax,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": yx,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Blackberry Browser 7.0 (approximately 0.09% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: bb;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 7.0;
|
|
||||||
$browser_type: mobile;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": n,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": n,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": a,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": a,
|
|
||||||
"css-boxshadow": yx,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": ax,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": n,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": n,
|
|
||||||
"svg-html": n,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": n,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": n,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": n,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": a,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": n,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": n,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": n,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": n,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": a,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": n,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": n,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": n,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": n,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": a,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": n,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": u,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": a,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 10.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 10.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": n,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": ax,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": yx,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": u,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": a,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 11.0 (approximately 0.05% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 11.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": ax,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": yx,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": u,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": a,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 12.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 12.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": ax,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": yx,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": a,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 13.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 13.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": u,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 14.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 14.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": u,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 15.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 15.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": yx,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": ax,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": 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 "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 16.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 16.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": ax,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": nd,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": ax,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": u,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": u,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": 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 "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 17.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 17.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": ax,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": nd,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": ax,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": u,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": u,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": 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 "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 18.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 18.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": ax,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": nd,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": ax,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": yx,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": u,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": u,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": 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 "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 19.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 19.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": ax,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": nd,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": yx,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": u,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": u,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": 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 "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 20.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 20.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": ax,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": nd,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": a,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": yx,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": yx,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": nd,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": 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 "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 21.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 21.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": yx,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": nd,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": a,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": u,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": yx,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": yx,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": nd,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": yx,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": 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 "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 22.0 (approximately 0.05% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 22.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": ax,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": yx,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": a,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": u,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": yx,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": yx,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": nd,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": yx,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": 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 "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 23.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 23.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": yx,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": yx,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": a,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": u,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": yx,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": yx,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": nd,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": yx,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": 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 "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 24.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 24.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": yx,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": a,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": u,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": yx,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": nd,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": yx,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": 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 "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 25.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 25.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": yx,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": a,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": u,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": yx,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": nd,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": 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 "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 26.0 (approximately 0.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 26.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": yx,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": yx,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": nd,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 27.0 (approximately 0.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 27.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": yx,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 28.0 (approximately 0.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 28.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": yx,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 29.0 (approximately 0.05% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 29.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": yx,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 30.0 (approximately 0.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 30.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": nd,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": yx,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 31.0 (approximately 0.43% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 31.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": nd,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": yx,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 32.0 (approximately 0.05% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 32.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": a,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": nd,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": nd,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": yx,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 33.0 (approximately 0.1% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 33.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": yx,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": nd,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": nd,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 34.0 (approximately 0.07% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 34.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": yx,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": nd,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": nd,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": a,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": nd,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": nd,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 35.0 (approximately 0.1% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 35.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": nd,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": a,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": nd,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": pd,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 36.0 (approximately 0.11% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 36.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": nd,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": nd,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": a,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": nd,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": a,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 37.0 (approximately 0.08% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 37.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": nd,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": a,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": nd,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": a,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": nd,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 38.0 (approximately 0.09% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 38.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": a,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 39.0 (approximately 0.16% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 39.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": a,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 4.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 4.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": a,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": n,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": p,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": yx,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": yx,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": ax,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": a,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": n,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": p,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": n,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": n,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": a,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": n,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": n,
|
|
||||||
"script-async": n,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": n,
|
|
||||||
"json": y,
|
|
||||||
"classlist": p,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": n,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": u,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": a,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": n,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": n,
|
|
||||||
"script-defer": n,
|
|
||||||
"nav-timing": n,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": n,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": n,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": a,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": n,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": n,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": a,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": n,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 40.0 (approximately 0.3% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 40.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": nd,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": a,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": a,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": y,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": y,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 41.0 (approximately 0.26% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 41.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": a,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": a,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": y,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": a,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": y,
|
|
||||||
"css-media-interaction": y,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": y,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": y,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": y,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": a,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": y,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": nd,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 42.0 (approximately 0.26% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 42.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": y,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": a,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": y,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": y,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": y,
|
|
||||||
"css-media-interaction": y,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": y,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": y,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": y,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": a,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": nd,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": y,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": nd,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 43.0 (approximately 0.46% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 43.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": y,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": y,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": a,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": nd,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": y,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": y,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": y,
|
|
||||||
"css-media-interaction": y,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": y,
|
|
||||||
"permissions-api": y,
|
|
||||||
"http2": y,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": y,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": y,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": a,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": nd,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": y,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": nd,
|
|
||||||
"css-scroll-behavior": nd,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 44.0 (approximately 0.41% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 44.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": y,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": y,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": a,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": nd,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": y,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": y,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": y,
|
|
||||||
"css-media-interaction": y,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": y,
|
|
||||||
"permissions-api": y,
|
|
||||||
"http2": y,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": y,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": y,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": a,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": nd,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": nd,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": y,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": nd,
|
|
||||||
"css-scroll-behavior": nd,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": a,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 45.0 (approximately 0.61% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 45.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": yx,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": y,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": y,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": a,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": nd,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": y,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": y,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": y,
|
|
||||||
"css-media-interaction": y,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": y,
|
|
||||||
"permissions-api": y,
|
|
||||||
"http2": y,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": y,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": y,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": a,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": nd,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": nd,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": y,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": nd,
|
|
||||||
"css-scroll-behavior": nd,
|
|
||||||
"subresource-integrity": y,
|
|
||||||
"push-api": a,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 46.0 (approximately 5.77% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 46.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": y,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": y,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": y,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": a,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": a,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": nd,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": y,
|
|
||||||
"css-text-align-last": nd,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": y,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": y,
|
|
||||||
"css-media-interaction": y,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": y,
|
|
||||||
"permissions-api": y,
|
|
||||||
"http2": y,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": y,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": y,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": a,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": nd,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": y,
|
|
||||||
"link-rel-preconnect": y,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": nd,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": y,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": y,
|
|
||||||
"css-scroll-behavior": nd,
|
|
||||||
"subresource-integrity": y,
|
|
||||||
"push-api": a,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 47.0 (approximately 20.46% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 47.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": y,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": y,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": y,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": nd,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": y,
|
|
||||||
"pointerlock": y,
|
|
||||||
"object-fit": y,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": y,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": ax,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": pd,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": yx,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": y,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": yx,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": y,
|
|
||||||
"webp": y,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": y,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": y,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": nd,
|
|
||||||
"text-emphasis": ax,
|
|
||||||
"midi": y,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": y,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": ax,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": y,
|
|
||||||
"serviceworkers": a,
|
|
||||||
"text-decoration": nxd,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": y,
|
|
||||||
"user-timing": y,
|
|
||||||
"srcset": y,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": y,
|
|
||||||
"css-shapes": y,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": y,
|
|
||||||
"woff2": y,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": a,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": y,
|
|
||||||
"imports": y,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": y,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": ax,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": y,
|
|
||||||
"font-loading": y,
|
|
||||||
"font-unicode-range": y,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": nd,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": yx,
|
|
||||||
"css-boxdecorationbreak": ax,
|
|
||||||
"object-observe": y,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": y,
|
|
||||||
"css-text-align-last": y,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": y,
|
|
||||||
"referrer-policy": y,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": y,
|
|
||||||
"css-media-interaction": y,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": y,
|
|
||||||
"permissions-api": y,
|
|
||||||
"http2": y,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": y,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": y,
|
|
||||||
"aac": y,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": a,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": a,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": y,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": yx,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": y,
|
|
||||||
"link-rel-preconnect": y,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": nd,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": y,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": y,
|
|
||||||
"css-scroll-behavior": nd,
|
|
||||||
"subresource-integrity": y,
|
|
||||||
"push-api": a,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 5.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 5.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": a,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": yx,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": ax,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": a,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": p,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": n,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": n,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": n,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": n,
|
|
||||||
"script-async": n,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": p,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": n,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": u,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": a,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": n,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": n,
|
|
||||||
"script-defer": n,
|
|
||||||
"nav-timing": n,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": n,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": u,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": u,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": u,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 6.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 6.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": yx,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": ax,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": a,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": p,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": n,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": n,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": p,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": u,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": a,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": n,
|
|
||||||
"script-defer": n,
|
|
||||||
"nav-timing": yx,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": n,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": u,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": u,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": u,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 7.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 7.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": yx,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": ax,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": a,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": n,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": n,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": p,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": n,
|
|
||||||
"nav-timing": yx,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": n,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": u,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": n,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": u,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": u,
|
|
||||||
"customevent": u,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 8.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 8.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": yx,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": ax,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": ax,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": yx,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": n,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": u,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": u,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": u,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Chrome 9.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: chrome;
|
|
||||||
$browser_prefix: webkit;
|
|
||||||
$browser_version: 9.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": a,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": yx,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": ax,
|
|
||||||
"css-canvas": yx,
|
|
||||||
"css-reflections": yx,
|
|
||||||
"css-masks": ax,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": y,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": y,
|
|
||||||
"indexeddb": p,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": p,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": a,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": a,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": a,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": yx,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": ax,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": a,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": y,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": ax,
|
|
||||||
"bloburls": yx,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": yx,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": a,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": a,
|
|
||||||
"input-autocomplete-onoff": n,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": y,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": y,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": a,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": ax,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": n,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": a,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": n,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": yx,
|
|
||||||
"customevent": a,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": y,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": a,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": u,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": y
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 10.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 10.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": ax,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": yx,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": ax,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": a,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": ax,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": a,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": n,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": ax,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": a,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": a,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": n,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 11.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 11.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": ax,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": yx,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": a,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": a,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": n,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": yx,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": ax,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": a,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": n,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 12.0 (approximately 0.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 12.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": ax,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": yx,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": a,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": ax,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": n,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": yx,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": ax,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": a,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": n,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 13.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 13.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": ax,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": yx,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": a,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": n,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": yx,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": ax,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": a,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": n,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 14.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 14.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": ax,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": yx,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": a,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": n,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": yx,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": ax,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": a,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": n,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 15.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 15.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": yx,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": yx,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": yx,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": yx,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": yx,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": a,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": yx,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": ax,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": a,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 16.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 16.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": a,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 17.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 17.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": a,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": a,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": yx,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 18.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 18.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": a,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": ax,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 19.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 19.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": a,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 2.0 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 2.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": n,
|
|
||||||
"video": n,
|
|
||||||
"audio": n,
|
|
||||||
"contenteditable": n,
|
|
||||||
"dragndrop": p,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": p,
|
|
||||||
"getelementsbyclassname": p,
|
|
||||||
"forms": p,
|
|
||||||
"html5semantic": n,
|
|
||||||
"offline-apps": p,
|
|
||||||
"webworkers": p,
|
|
||||||
"fontface": n,
|
|
||||||
"eot": n,
|
|
||||||
"woff": n,
|
|
||||||
"multibackgrounds": n,
|
|
||||||
"border-image": n,
|
|
||||||
"background-img-opts": n,
|
|
||||||
"css-table": a,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": p,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": n,
|
|
||||||
"css-textshadow": n,
|
|
||||||
"css-boxshadow": n,
|
|
||||||
"css3-colors": a,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": n,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": ax,
|
|
||||||
"transforms2d": n,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": n,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": n,
|
|
||||||
"css-gradients": n,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": n,
|
|
||||||
"console-basic": n,
|
|
||||||
"svg": a,
|
|
||||||
"svg-css": n,
|
|
||||||
"svg-smil": p,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": n,
|
|
||||||
"svg-html": n,
|
|
||||||
"svg-html5": p,
|
|
||||||
"canvas": a,
|
|
||||||
"canvas-text": p,
|
|
||||||
"namevalue-storage": a,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": n,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": n,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": n,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": p,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": n,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": n,
|
|
||||||
"hidden": n,
|
|
||||||
"script-async": n,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": n,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": n,
|
|
||||||
"json": n,
|
|
||||||
"classlist": p,
|
|
||||||
"text-overflow": p,
|
|
||||||
"webm": n,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": n,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": n,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": n,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": ax,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": n,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": a,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": n,
|
|
||||||
"ttf": n,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": n,
|
|
||||||
"pointer-events": n,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": n,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": n,
|
|
||||||
"script-defer": n,
|
|
||||||
"nav-timing": n,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": n,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": n,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": n,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": n,
|
|
||||||
"mp3": n,
|
|
||||||
"word-break": n,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": n,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": n,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": n,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": a,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": n,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": n,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": n,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": n,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": n,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": n,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": n,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": n,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": n,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": ax,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": a,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": n,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": n,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": n,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": n,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": a,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": u,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": n,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": u,
|
|
||||||
"input-search": n,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 20.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 20.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": a,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": nd,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 21.0 (approximately 0.08% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 21.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": a,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": nd,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 22.0 (approximately 0.04% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 22.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": a,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": yx,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": a,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": nd,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 23.0 (approximately 0.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 23.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": a,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": a,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": a,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": a,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 24.0 (approximately 0.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 24.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": a,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": y,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": a,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": nd,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": nd,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": nd,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": a,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 25.0 (approximately 0.06% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 25.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": a,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": nd,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": a,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": nd,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": nd,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": nd,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": a,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 26.0 (approximately 0.02% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 26.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": a,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": nd,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": a,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": nd,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": nd,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": y,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": nd,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": nd,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": a,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 27.0 (approximately 0.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 27.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": a,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": a,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": nd,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": a,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": nd,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": nd,
|
|
||||||
"promises": a,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": y,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": nd,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": nd,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": a,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 28.0 (approximately 0.04% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 28.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": nd,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": nd,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": nd,
|
|
||||||
"promises": a,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": y,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": nd,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": nd,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": a,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 29.0 (approximately 0.05% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 29.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": nd,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": nd,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": nd,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": nd,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": nd,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": y,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": nd,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": nd,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": nd,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": nd,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": y,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 3.5 (approximately 0.01% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 3.5;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": p,
|
|
||||||
"html5semantic": a,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": n,
|
|
||||||
"multibackgrounds": n,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": n,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": p,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": yx,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": yx,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": n,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": n,
|
|
||||||
"css-gradients": n,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": n,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": n,
|
|
||||||
"svg-smil": p,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": p,
|
|
||||||
"canvas": a,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": n,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": n,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": n,
|
|
||||||
"hidden": n,
|
|
||||||
"script-async": n,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": n,
|
|
||||||
"json": y,
|
|
||||||
"classlist": p,
|
|
||||||
"text-overflow": p,
|
|
||||||
"webm": n,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": n,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": a,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": n,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": n,
|
|
||||||
"pointer-events": n,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": n,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": n,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": n,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": n,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": a,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": n,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": n,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": n,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": n,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": a,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": n,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": a,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": n,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": ax,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": n,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": n,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": n,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": a,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": n,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": a,
|
|
||||||
"input-search": n,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 3.6 (approximately 0.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 3.6;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": p,
|
|
||||||
"html5semantic": a,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": ax,
|
|
||||||
"background-img-opts": ax,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": yx,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": yx,
|
|
||||||
"transforms2d": yx,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": n,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": n,
|
|
||||||
"css-gradients": yx,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": n,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": n,
|
|
||||||
"svg-smil": p,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": p,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": n,
|
|
||||||
"online-status": y,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": a,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": n,
|
|
||||||
"hidden": n,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": n,
|
|
||||||
"json": y,
|
|
||||||
"classlist": a,
|
|
||||||
"text-overflow": p,
|
|
||||||
"webm": n,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": a,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": n,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": a,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": p,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": n,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": n,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": a,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": n,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": yx,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": a,
|
|
||||||
"word-break": n,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": n,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": n,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": a,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": n,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": a,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": n,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": ax,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": n,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": n,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": n,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": a,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": n,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": n,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 3.0 (approximately 0.05% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 3.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": n,
|
|
||||||
"audio": n,
|
|
||||||
"contenteditable": a,
|
|
||||||
"dragndrop": p,
|
|
||||||
"internationalization": n,
|
|
||||||
"queryselector": p,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": p,
|
|
||||||
"html5semantic": a,
|
|
||||||
"offline-apps": a,
|
|
||||||
"webworkers": p,
|
|
||||||
"fontface": n,
|
|
||||||
"eot": n,
|
|
||||||
"woff": n,
|
|
||||||
"multibackgrounds": n,
|
|
||||||
"border-image": n,
|
|
||||||
"background-img-opts": n,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": p,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": n,
|
|
||||||
"css-textshadow": n,
|
|
||||||
"css-boxshadow": n,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": yx,
|
|
||||||
"css-mediaqueries": n,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": yx,
|
|
||||||
"transforms2d": n,
|
|
||||||
"use-strict": n,
|
|
||||||
"devicepixelratio": n,
|
|
||||||
"transforms3d": n,
|
|
||||||
"sharedworkers": n,
|
|
||||||
"css-hyphens": n,
|
|
||||||
"css-transitions": n,
|
|
||||||
"font-feature": n,
|
|
||||||
"css-animation": n,
|
|
||||||
"css-gradients": n,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": n,
|
|
||||||
"console-basic": n,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": n,
|
|
||||||
"svg-smil": p,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": a,
|
|
||||||
"svg-html5": p,
|
|
||||||
"canvas": a,
|
|
||||||
"canvas-text": p,
|
|
||||||
"namevalue-storage": a,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": n,
|
|
||||||
"online-status": n,
|
|
||||||
"eventsource": n,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": n,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": n,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": p,
|
|
||||||
"flexbox": ax,
|
|
||||||
"webgl": n,
|
|
||||||
"fileapi": n,
|
|
||||||
"shadowdom": n,
|
|
||||||
"websockets": n,
|
|
||||||
"hidden": n,
|
|
||||||
"script-async": n,
|
|
||||||
"mediasource": n,
|
|
||||||
"cors": n,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": n,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": n,
|
|
||||||
"history": n,
|
|
||||||
"json": n,
|
|
||||||
"classlist": p,
|
|
||||||
"text-overflow": p,
|
|
||||||
"webm": n,
|
|
||||||
"mpeg4": n,
|
|
||||||
"ogv": n,
|
|
||||||
"wordwrap": n,
|
|
||||||
"pointerlock": n,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": n,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": n,
|
|
||||||
"stream": n,
|
|
||||||
"svg-img": n,
|
|
||||||
"datalist": p,
|
|
||||||
"dataset": a,
|
|
||||||
"css-grid": n,
|
|
||||||
"menu": n,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": n,
|
|
||||||
"ttf": n,
|
|
||||||
"touch": n,
|
|
||||||
"matchesselector": n,
|
|
||||||
"pointer-events": n,
|
|
||||||
"blobbuilder": n,
|
|
||||||
"filereader": n,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": n,
|
|
||||||
"rellist": n,
|
|
||||||
"typedarrays": n,
|
|
||||||
"deviceorientation": n,
|
|
||||||
"script-defer": n,
|
|
||||||
"nav-timing": n,
|
|
||||||
"audio-api": n,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": n,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": n,
|
|
||||||
"input-range": n,
|
|
||||||
"matchmedia": n,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": n,
|
|
||||||
"input-color": n,
|
|
||||||
"input-number": n,
|
|
||||||
"getboundingclientrect": a,
|
|
||||||
"iframe-sandbox": n,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": n,
|
|
||||||
"input-placeholder": n,
|
|
||||||
"spdy": n,
|
|
||||||
"css-repeating-gradients": n,
|
|
||||||
"css-filters": n,
|
|
||||||
"getcomputedstyle": a,
|
|
||||||
"mp3": n,
|
|
||||||
"word-break": n,
|
|
||||||
"viewport-units": n,
|
|
||||||
"contentsecuritypolicy": n,
|
|
||||||
"pagevisibility": n,
|
|
||||||
"stricttransportsecurity": n,
|
|
||||||
"style-scoped": n,
|
|
||||||
"svg-fragment": n,
|
|
||||||
"outline": y,
|
|
||||||
"download": n,
|
|
||||||
"pointer": n,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": n,
|
|
||||||
"webp": n,
|
|
||||||
"input-autocomplete-onoff": y,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": n,
|
|
||||||
"opus": n,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": n,
|
|
||||||
"css3-tabsize": n,
|
|
||||||
"mutationobserver": n,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": n,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": n,
|
|
||||||
"clipboard": n,
|
|
||||||
"rtcpeerconnection": n,
|
|
||||||
"css3-cursors": a,
|
|
||||||
"css3-cursors-newer": yx,
|
|
||||||
"webvtt": n,
|
|
||||||
"promises": p,
|
|
||||||
"css-sticky": n,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": n,
|
|
||||||
"css-backgroundblendmode": n,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": n,
|
|
||||||
"high-resolution-time": n,
|
|
||||||
"battery-status": n,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": n,
|
|
||||||
"iframe-srcdoc": p,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": n,
|
|
||||||
"will-change": n,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": n,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": n,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": n,
|
|
||||||
"imports": n,
|
|
||||||
"input-file-multiple": n,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": n,
|
|
||||||
"css-supports-api": n,
|
|
||||||
"css-touch-action": n,
|
|
||||||
"autofocus": n,
|
|
||||||
"css-clip-path": n,
|
|
||||||
"getrandomvalues": n,
|
|
||||||
"screen-orientation": n,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": n,
|
|
||||||
"css-font-stretch": n,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": n,
|
|
||||||
"css-media-resolution": n,
|
|
||||||
"xml-serializer": a,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": n,
|
|
||||||
"css-text-align-last": n,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": a,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": n,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": n,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": n,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": n,
|
|
||||||
"fieldset-disabled": n,
|
|
||||||
"font-variant-alternates": n,
|
|
||||||
"form-attribute": n,
|
|
||||||
"es5": a,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": n,
|
|
||||||
"meter": n,
|
|
||||||
"progress": n,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": ax,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": n,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": n,
|
|
||||||
"css-first-letter": a,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": n,
|
|
||||||
"css-initial-value": n,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": n,
|
|
||||||
"insertadjacenthtml": n,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": n,
|
|
||||||
"asmjs": n,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": n,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": n,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": n,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": n,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": n,
|
|
||||||
"maxlength": a,
|
|
||||||
"proxy": n,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": n,
|
|
||||||
"keyboardevent-getmodifierstate": n,
|
|
||||||
"keyboardevent-key": n,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": a,
|
|
||||||
"input-search": n,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 30.0 (approximately 0.04% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 30.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": n,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": nd,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": nd,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": y,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": nd,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": nd,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": n,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": n,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": nd,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": y,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": n,
|
|
||||||
"custom-elements": pd,
|
|
||||||
"imports": p,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": nd,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": n,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": nd,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": nd,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": y,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 31.0 (approximately 0.09% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 31.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": nd,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": nd,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": y,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": p,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": nd,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": nd,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": y,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": n,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": nd,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": n,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": nd,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": y,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": nd,
|
|
||||||
"custom-elements": pd,
|
|
||||||
"imports": p,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": nd,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": n,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": a,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": nd,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": nd,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": a,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": y,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 32.0 (approximately 0.03% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 32.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": nd,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": nd,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": y,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": nd,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": nd,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": y,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": y,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": n,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": nd,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": nd,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": nd,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": y,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": n,
|
|
||||||
"resource-timing": nd,
|
|
||||||
"custom-elements": pd,
|
|
||||||
"imports": pd,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": nd,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": y,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": n,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": a,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": nd,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": nd,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": y,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 33.0 (approximately 0.07% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 33.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": yx,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": nd,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": nd,
|
|
||||||
"matchesselector": ax,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": y,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": a,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": nd,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": nd,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": y,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": y,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": nd,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": nd,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": nd,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": nd,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": y,
|
|
||||||
"picture": n,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": ad,
|
|
||||||
"resource-timing": nd,
|
|
||||||
"custom-elements": pd,
|
|
||||||
"imports": pd,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": nd,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": y,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": a,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": n,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": a,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": nd,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": nd,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": y,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 34.0 (approximately 0.07% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 34.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": y,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": nd,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": a,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": nd,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": y,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": ad,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": nd,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": y,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": y,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": nd,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": nd,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": nd,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": nd,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": y,
|
|
||||||
"picture": nd,
|
|
||||||
"woff2": n,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": ad,
|
|
||||||
"resource-timing": nd,
|
|
||||||
"custom-elements": pd,
|
|
||||||
"imports": pd,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": nd,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": n,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": y,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": a,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": nd,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": a,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": n,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": y,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": y,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": n,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
@ -1,337 +0,0 @@
|
|||||||
/*
|
|
||||||
* ../application
|
|
||||||
* Browser: Firefox 35.0 (approximately 0.08% of all users)
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
$browser: firefox;
|
|
||||||
$browser_prefix: moz;
|
|
||||||
$browser_version: 35.0;
|
|
||||||
$browser_type: desktop;
|
|
||||||
|
|
||||||
// CSS Compatibility
|
|
||||||
|
|
||||||
$browser_capabilities: (
|
|
||||||
"png-alpha": y,
|
|
||||||
"apng": y,
|
|
||||||
"video": y,
|
|
||||||
"audio": y,
|
|
||||||
"contenteditable": y,
|
|
||||||
"dragndrop": y,
|
|
||||||
"internationalization": y,
|
|
||||||
"queryselector": y,
|
|
||||||
"getelementsbyclassname": y,
|
|
||||||
"forms": a,
|
|
||||||
"html5semantic": y,
|
|
||||||
"offline-apps": y,
|
|
||||||
"webworkers": y,
|
|
||||||
"fontface": y,
|
|
||||||
"eot": n,
|
|
||||||
"woff": y,
|
|
||||||
"multibackgrounds": y,
|
|
||||||
"border-image": y,
|
|
||||||
"background-img-opts": y,
|
|
||||||
"css-table": y,
|
|
||||||
"css-gencontent": y,
|
|
||||||
"css-fixed": y,
|
|
||||||
"beacon": y,
|
|
||||||
"hashchange": y,
|
|
||||||
"css-sel2": y,
|
|
||||||
"css-sel3": y,
|
|
||||||
"css-textshadow": y,
|
|
||||||
"css-boxshadow": y,
|
|
||||||
"css3-colors": y,
|
|
||||||
"css3-boxsizing": y,
|
|
||||||
"css-mediaqueries": y,
|
|
||||||
"multicolumn": ax,
|
|
||||||
"border-radius": y,
|
|
||||||
"transforms2d": y,
|
|
||||||
"use-strict": y,
|
|
||||||
"devicepixelratio": y,
|
|
||||||
"transforms3d": y,
|
|
||||||
"sharedworkers": y,
|
|
||||||
"css-hyphens": yx,
|
|
||||||
"css-transitions": y,
|
|
||||||
"font-feature": y,
|
|
||||||
"css-animation": y,
|
|
||||||
"css-gradients": y,
|
|
||||||
"css-canvas": n,
|
|
||||||
"css-reflections": n,
|
|
||||||
"css-masks": a,
|
|
||||||
"console-basic": y,
|
|
||||||
"svg": y,
|
|
||||||
"svg-css": y,
|
|
||||||
"svg-smil": y,
|
|
||||||
"svg-fonts": n,
|
|
||||||
"svg-filters": y,
|
|
||||||
"svg-html": y,
|
|
||||||
"svg-html5": y,
|
|
||||||
"canvas": y,
|
|
||||||
"canvas-text": y,
|
|
||||||
"namevalue-storage": y,
|
|
||||||
"sql-storage": n,
|
|
||||||
"indexeddb": y,
|
|
||||||
"online-status": a,
|
|
||||||
"eventsource": y,
|
|
||||||
"x-doc-messaging": y,
|
|
||||||
"sni": y,
|
|
||||||
"datauri": y,
|
|
||||||
"wav": y,
|
|
||||||
"mathml": y,
|
|
||||||
"css-featurequeries": y,
|
|
||||||
"xhtml": y,
|
|
||||||
"xhtmlsmil": p,
|
|
||||||
"wai-aria": a,
|
|
||||||
"geolocation": y,
|
|
||||||
"flexbox": y,
|
|
||||||
"webgl": a,
|
|
||||||
"fileapi": y,
|
|
||||||
"shadowdom": nd,
|
|
||||||
"websockets": y,
|
|
||||||
"hidden": y,
|
|
||||||
"script-async": y,
|
|
||||||
"mediasource": nd,
|
|
||||||
"cors": y,
|
|
||||||
"css-backdrop-filter": n,
|
|
||||||
"calc": y,
|
|
||||||
"dom-range": y,
|
|
||||||
"ruby": p,
|
|
||||||
"css-opacity": y,
|
|
||||||
"form-validation": y,
|
|
||||||
"history": y,
|
|
||||||
"json": y,
|
|
||||||
"classlist": y,
|
|
||||||
"text-overflow": y,
|
|
||||||
"webm": y,
|
|
||||||
"mpeg4": y,
|
|
||||||
"ogv": y,
|
|
||||||
"wordwrap": a,
|
|
||||||
"pointerlock": yx,
|
|
||||||
"object-fit": n,
|
|
||||||
"xhr2": y,
|
|
||||||
"minmaxwh": y,
|
|
||||||
"details": p,
|
|
||||||
"text-stroke": n,
|
|
||||||
"inline-block": y,
|
|
||||||
"notifications": y,
|
|
||||||
"stream": yx,
|
|
||||||
"svg-img": y,
|
|
||||||
"datalist": a,
|
|
||||||
"dataset": y,
|
|
||||||
"css-grid": p,
|
|
||||||
"menu": a,
|
|
||||||
"css-zoom": n,
|
|
||||||
"rem": y,
|
|
||||||
"ttf": y,
|
|
||||||
"touch": nd,
|
|
||||||
"matchesselector": y,
|
|
||||||
"pointer-events": y,
|
|
||||||
"blobbuilder": y,
|
|
||||||
"filereader": y,
|
|
||||||
"filesystem": n,
|
|
||||||
"bloburls": y,
|
|
||||||
"rellist": y,
|
|
||||||
"typedarrays": y,
|
|
||||||
"deviceorientation": a,
|
|
||||||
"script-defer": y,
|
|
||||||
"nav-timing": y,
|
|
||||||
"audio-api": y,
|
|
||||||
"css-regions": n,
|
|
||||||
"spellcheck-attribute": y,
|
|
||||||
"fullscreen": ax,
|
|
||||||
"css-exclusions": n,
|
|
||||||
"requestanimationframe": y,
|
|
||||||
"input-range": y,
|
|
||||||
"matchmedia": y,
|
|
||||||
"input-datetime": n,
|
|
||||||
"document-execcommand": y,
|
|
||||||
"input-color": y,
|
|
||||||
"input-number": y,
|
|
||||||
"getboundingclientrect": y,
|
|
||||||
"iframe-sandbox": y,
|
|
||||||
"css-counters": y,
|
|
||||||
"css-resize": y,
|
|
||||||
"input-placeholder": y,
|
|
||||||
"spdy": y,
|
|
||||||
"css-repeating-gradients": y,
|
|
||||||
"css-filters": y,
|
|
||||||
"getcomputedstyle": y,
|
|
||||||
"mp3": y,
|
|
||||||
"word-break": y,
|
|
||||||
"viewport-units": y,
|
|
||||||
"contentsecuritypolicy": y,
|
|
||||||
"pagevisibility": y,
|
|
||||||
"stricttransportsecurity": y,
|
|
||||||
"style-scoped": y,
|
|
||||||
"svg-fragment": y,
|
|
||||||
"outline": y,
|
|
||||||
"download": y,
|
|
||||||
"pointer": p,
|
|
||||||
"user-select-none": yx,
|
|
||||||
"input-file-accept": a,
|
|
||||||
"webp": p,
|
|
||||||
"input-autocomplete-onoff": a,
|
|
||||||
"intrinsic-width": ax,
|
|
||||||
"cryptography": y,
|
|
||||||
"template": y,
|
|
||||||
"opus": y,
|
|
||||||
"jpegxr": n,
|
|
||||||
"channel-messaging": nd,
|
|
||||||
"css3-tabsize": ax,
|
|
||||||
"mutationobserver": y,
|
|
||||||
"css-selection": yx,
|
|
||||||
"css-placeholder": yx,
|
|
||||||
"css-deviceadaptation": n,
|
|
||||||
"text-emphasis": n,
|
|
||||||
"midi": n,
|
|
||||||
"canvas-blending": y,
|
|
||||||
"clipboard": a,
|
|
||||||
"rtcpeerconnection": yx,
|
|
||||||
"css3-cursors": y,
|
|
||||||
"css3-cursors-newer": y,
|
|
||||||
"webvtt": y,
|
|
||||||
"promises": y,
|
|
||||||
"css-sticky": y,
|
|
||||||
"dialog": n,
|
|
||||||
"css-variables": y,
|
|
||||||
"vibration": y,
|
|
||||||
"css-backgroundblendmode": y,
|
|
||||||
"css-mixblendmode": y,
|
|
||||||
"speech-recognition": nd,
|
|
||||||
"high-resolution-time": y,
|
|
||||||
"battery-status": a,
|
|
||||||
"serviceworkers": nd,
|
|
||||||
"text-decoration": yx,
|
|
||||||
"iframe-srcdoc": y,
|
|
||||||
"speech-synthesis": nd,
|
|
||||||
"user-timing": n,
|
|
||||||
"srcset": nd,
|
|
||||||
"ambient-light": a,
|
|
||||||
"will-change": nd,
|
|
||||||
"css-shapes": n,
|
|
||||||
"domcontentloaded": y,
|
|
||||||
"proximity": y,
|
|
||||||
"kerning-pairs-ligatures": y,
|
|
||||||
"iframe-seamless": n,
|
|
||||||
"css-image-orientation": y,
|
|
||||||
"picture": nd,
|
|
||||||
"woff2": nd,
|
|
||||||
"text-size-adjust": n,
|
|
||||||
"web-animation": ad,
|
|
||||||
"resource-timing": y,
|
|
||||||
"custom-elements": pd,
|
|
||||||
"imports": pd,
|
|
||||||
"input-file-multiple": y,
|
|
||||||
"atob-btoa": y,
|
|
||||||
"css-appearance": ax,
|
|
||||||
"objectrtc": n,
|
|
||||||
"css-background-offsets": y,
|
|
||||||
"css-supports-api": y,
|
|
||||||
"css-touch-action": nd,
|
|
||||||
"autofocus": y,
|
|
||||||
"css-clip-path": a,
|
|
||||||
"getrandomvalues": y,
|
|
||||||
"screen-orientation": ax,
|
|
||||||
"font-loading": nd,
|
|
||||||
"font-unicode-range": n,
|
|
||||||
"gamepad": y,
|
|
||||||
"css-font-stretch": y,
|
|
||||||
"font-size-adjust": y,
|
|
||||||
"link-icon-png": y,
|
|
||||||
"link-icon-svg": a,
|
|
||||||
"css-media-resolution": y,
|
|
||||||
"xml-serializer": y,
|
|
||||||
"css-image-set": n,
|
|
||||||
"css-boxdecorationbreak": y,
|
|
||||||
"object-observe": n,
|
|
||||||
"css-at-counter-style": a,
|
|
||||||
"css-page-break": a,
|
|
||||||
"css-placeholder-shown": n,
|
|
||||||
"broadcastchannel": n,
|
|
||||||
"css-crisp-edges": yx,
|
|
||||||
"css-text-align-last": yx,
|
|
||||||
"css-logical-props": ax,
|
|
||||||
"fetch": nd,
|
|
||||||
"referrer-policy": n,
|
|
||||||
"background-attachment": y,
|
|
||||||
"currentcolor": y,
|
|
||||||
"input-pattern": y,
|
|
||||||
"registerprotocolhandler": y,
|
|
||||||
"css-snappoints": n,
|
|
||||||
"input-minlength": n,
|
|
||||||
"css-media-interaction": n,
|
|
||||||
"ime": n,
|
|
||||||
"font-smooth": ax,
|
|
||||||
"audiotracks": n,
|
|
||||||
"videotracks": n,
|
|
||||||
"contentsecuritypolicy2": a,
|
|
||||||
"permissions-api": n,
|
|
||||||
"http2": n,
|
|
||||||
"font-kerning": y,
|
|
||||||
"jpeg2000": n,
|
|
||||||
"upgradeinsecurerequests": n,
|
|
||||||
"publickeypinning": y,
|
|
||||||
"input-email-tel-url": y,
|
|
||||||
"fieldset-disabled": y,
|
|
||||||
"font-variant-alternates": y,
|
|
||||||
"form-attribute": y,
|
|
||||||
"es5": y,
|
|
||||||
"page-transition-events": y,
|
|
||||||
"ogg-vorbis": y,
|
|
||||||
"meter": y,
|
|
||||||
"progress": y,
|
|
||||||
"css-filter-function": n,
|
|
||||||
"css-element-function": yx,
|
|
||||||
"u2f": n,
|
|
||||||
"aac": a,
|
|
||||||
"link-rel-prefetch": y,
|
|
||||||
"ol-reversed": y,
|
|
||||||
"css-first-letter": y,
|
|
||||||
"wbr-element": y,
|
|
||||||
"const": a,
|
|
||||||
"css-all": y,
|
|
||||||
"css-initial-value": y,
|
|
||||||
"css-letter-spacing": y,
|
|
||||||
"css-unset-value": y,
|
|
||||||
"insertadjacenthtml": y,
|
|
||||||
"let": nd,
|
|
||||||
"arrow-functions": y,
|
|
||||||
"asmjs": y,
|
|
||||||
"lazyload": n,
|
|
||||||
"link-rel-dns-prefetch": y,
|
|
||||||
"link-rel-prerender": n,
|
|
||||||
"rest-parameters": y,
|
|
||||||
"css-cross-fade": n,
|
|
||||||
"css-writing-mode": n,
|
|
||||||
"customevent": y,
|
|
||||||
"textcontent": y,
|
|
||||||
"addeventlistener": y,
|
|
||||||
"dispatchevent": y,
|
|
||||||
"documenthead": y,
|
|
||||||
"innertext": n,
|
|
||||||
"client-hints-dpr-width-viewport": n,
|
|
||||||
"link-rel-preconnect": n,
|
|
||||||
"netinfo": n,
|
|
||||||
"setimmediate": n,
|
|
||||||
"es6-number": y,
|
|
||||||
"maxlength": y,
|
|
||||||
"proxy": y,
|
|
||||||
"keyboardevent-which": y,
|
|
||||||
"keyboardevent-charcode": y,
|
|
||||||
"keyboardevent-code": n,
|
|
||||||
"keyboardevent-location": y,
|
|
||||||
"keyboardevent-getmodifierstate": y,
|
|
||||||
"keyboardevent-key": y,
|
|
||||||
"brotli": n,
|
|
||||||
"element-closest": y,
|
|
||||||
"input-event": y,
|
|
||||||
"input-search": y,
|
|
||||||
"css-motion-paths": n,
|
|
||||||
"css-scroll-behavior": n,
|
|
||||||
"subresource-integrity": n,
|
|
||||||
"push-api": n,
|
|
||||||
"background-position-x-y": n
|
|
||||||
);
|
|
||||||
|
|
||||||
@import "bumbleberry-settings";
|
|
||||||
@import "../application";
|
|
||||||
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