summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-07-05 01:36:30 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-07-05 01:36:30 -0600
commit4a647c122d0e14a5b26a42409c178032a6223c04 (patch)
treeb30f5226b45f0b4302fd600b2625b2ac927136ed /src
parent3256638754eeaea82ebc3e6b05aafdfe5ca7a5af (diff)
keep IE 11 in browserslist for 2.0.x release line
Diffstat (limited to 'src')
-rw-r--r--src/stylesheets/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stylesheets/package.json b/src/stylesheets/package.json
index b9679a6e..e8154a39 100644
--- a/src/stylesheets/package.json
+++ b/src/stylesheets/package.json
@@ -15,6 +15,7 @@
"lint": "stylelint *.css"
},
"browserslist": [
- "defaults"
+ "defaults",
+ "IE 11"
]
}