diff options
author | schencej <schencej@clarkson.edu> | 2019-09-14 13:15:56 -0400 |
---|---|---|
committer | schencej <schencej@clarkson.edu> | 2019-09-14 13:15:56 -0400 |
commit | 30ea1d1313e5830456b49cd100906eb0c4f3efd0 (patch) | |
tree | ed064cb2aea7f23ff9e2dbad47f5161fe6fe41fc /recipeBuddy/browserslist |
Initial commit
Diffstat (limited to 'recipeBuddy/browserslist')
-rw-r--r-- | recipeBuddy/browserslist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipeBuddy/browserslist b/recipeBuddy/browserslist new file mode 100644 index 0000000..8084853 --- /dev/null +++ b/recipeBuddy/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 |