1
1
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:
Mark Otto 2015-06-12 15:25:23 -07:00
parent e8b67387b4
commit d39917b7f4

View File

@ -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: {