mirror of
https://github.com/primer/css.git
synced 2024-11-30 01:04:04 +03:00
shoutout to @jonrohan, my guardian angel
This commit is contained in:
parent
e8b67387b4
commit
d39917b7f4
@ -22,7 +22,7 @@ module.exports = function(grunt) {
|
||||
postcss: {
|
||||
options: {
|
||||
processors: [
|
||||
require('autoprefixer-core')({ browsers: 'last 2 versions' }),
|
||||
require('autoprefixer-core')({ browsers: ['last 2 versions', 'ie 8', 'ie 9'] }),
|
||||
]
|
||||
},
|
||||
dist: {
|
||||
|
Loading…
Reference in New Issue
Block a user