mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
autoprefixer
This commit is contained in:
@@ -46,5 +46,17 @@ module.exports = {
|
||||
modules: 'instantiate',
|
||||
},
|
||||
|
||||
protractorPort: 8876
|
||||
protractorPort: 8876,
|
||||
|
||||
autoprefixer: {
|
||||
browsers: [
|
||||
'last 2 versions',
|
||||
'iOS >= 7',
|
||||
'Android >= 4',
|
||||
'Explorer >= 10',
|
||||
'ExplorerMobile >= 11'
|
||||
],
|
||||
cascade: false
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user