| #/******************************************************************************** |
| # * Copyright (c) 2020 Contributors to the Eclipse Foundation |
| # * |
| # * See the NOTICE file(s) distributed with this work for additional |
| # * information regarding copyright ownership. |
| # * |
| # * This program and the accompanying materials are made available under the |
| # * terms of the Eclipse Public License v. 2.0 which is available at |
| # * http://www.eclipse.org/legal/epl-2.0. |
| # * |
| # * SPDX-License-Identifier: EPL-2.0 |
| # ********************************************************************************/# 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'. |