Use .browserslistrc

This commit is contained in:
vanillaSlice 2018-09-30 18:08:10 +01:00
parent a9ae07d8d6
commit 0a63478761
2 changed files with 3 additions and 3 deletions

3
.browserslistrc Normal file
View file

@ -0,0 +1,3 @@
# Browsers that we support
last 4 version

View file

@ -75,8 +75,5 @@
},
"pre-commit": [
"stylelint"
],
"browserslist": [
"last 4 versions"
]
}