Skip to content

Commit

Permalink
build: use browserslist file from @silvermine/standardization
Browse files Browse the repository at this point in the history
  • Loading branch information
yokuze committed Nov 15, 2023
1 parent 4ebd38c commit fe7a306
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 407 deletions.
1 change: 1 addition & 0 deletions .browserslistrc
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ module.exports = function(grunt) {
options: {
map: DEBUG,
processors: [
require('autoprefixer')({ browsers: '> .05%' }), // eslint-disable-line global-require
require('autoprefixer')(), // eslint-disable-line global-require
],
},
styles: {
Expand Down
Loading

0 comments on commit fe7a306

Please sign in to comment.