aboutsummaryrefslogtreecommitdiff
path: root/ui/browserslist
diff options
context:
space:
mode:
authorAlex <alexta69@gmail.com>2019-11-29 19:31:34 +0200
committerAlex <alexta69@gmail.com>2019-11-29 19:31:34 +0200
commit511404d23f5edd6ccf79db1fc1b0ba622134db24 (patch)
tree345fe66b840cd6496e1d4a7361a6b309519cad55 /ui/browserslist
downloadmetube-511404d23f5edd6ccf79db1fc1b0ba622134db24.tar.gz
metube-511404d23f5edd6ccf79db1fc1b0ba622134db24.tar.bz2
metube-511404d23f5edd6ccf79db1fc1b0ba622134db24.zip
initial commit: working version
Diffstat (limited to 'ui/browserslist')
-rw-r--r--ui/browserslist12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/browserslist b/ui/browserslist
new file mode 100644
index 0000000..8084853
--- /dev/null
+++ b/ui/browserslist
@@ -0,0 +1,12 @@
+# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
+# For additional information regarding the format and rule options, please see:
+# https://github.com/browserslist/browserslist#queries
+
+# You can see what browsers were selected by your queries by running:
+# npx browserslist
+
+> 0.5%
+last 2 versions
+Firefox ESR
+not dead
+not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file
bgstack15