Skip to content

Commit

Permalink
Merge pull request google#295 from coliff/patch-1
Browse files Browse the repository at this point in the history
Remove browsers from PostCSS Config
  • Loading branch information
LisaFC committed Jun 23, 2020
2 parents 2089852 + b2d3cce commit 47c9fcf
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@ limitations under the License.

module.exports = {
plugins: {
autoprefixer: {
browsers: [
"Android 2.3",
"Android >= 4",
"Chrome >= 20",
"Firefox >= 24",
"Explorer >= 8",
"iOS >= 6",
"Opera >= 12",
"Safari >= 6"
]
}
autoprefixer: {}
},
}

0 comments on commit 47c9fcf

Please sign in to comment.