Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-07-16 19:07:34 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-07-16 21:34:53 +0300
commit6cf8700fd9fd096855d6510ceef9c1ff225f8e40 (patch)
treeede28009285b45ee9443ed7110980e0b7d9bc585 /.browserslistrc
parent6d84d491d1047df82663e84374370fe2f5c0411c (diff)
Move the browserslist config to a separate file.
Diffstat (limited to '.browserslistrc')
-rw-r--r--.browserslistrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.browserslistrc b/.browserslistrc
new file mode 100644
index 0000000000..1bfd197530
--- /dev/null
+++ b/.browserslistrc
@@ -0,0 +1,13 @@
+# https://github.com/browserslist/browserslist#readme
+
+>= 1%
+last 1 major version
+not dead
+Chrome >= 45
+Firefox >= 38
+Edge >= 12
+Explorer >= 10
+iOS >= 9
+Safari >= 9
+Android >= 4.4
+Opera >= 30